I cannot find the code generation in my matlab?
조회 수: 10 (최근 30일)
이전 댓글 표시
I would like to generate C code of my PI controller but I cound not find it even i followed some tutorials, seems I don't have the same configurations

댓글 수: 0
답변 (1개)
Ameer Hamza
2020년 9월 29일
You need Simulink coder: https://www.mathworks.com/products/simulink-coder.html to generate code for the Simulink model. To check if it is installed, run the following line in the command window
ver simulinkcoder
If you get a warning, it will mean that you don't have it installed.
댓글 수: 6
Ameer Hamza
2020년 9월 30일
Yes, MATLAB has different license types. You need to follow the instructions that will work for your case.
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!