I cannot find the code generation in my matlab?
Ältere Kommentare anzeigen
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

Antworten (1)
Ameer Hamza
am 29 Sep. 2020
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 Kommentare
Ameer Hamza
am 29 Sep. 2020
You can run the MATLAB installer for R2018b. When asked to select the packages, select Simulink coder.
SimTec
am 29 Sep. 2020
Ameer Hamza
am 29 Sep. 2020
Your previous comment shows the MATLAB version is R2018b. Even in the case of R2020, login to the mathwork account. Select your license. Download the installer. And when installing, select the Simulink installer from the list of all toolboxes.
SimTec
am 30 Sep. 2020
Ameer Hamza
am 30 Sep. 2020
Yes, MATLAB has different license types. You need to follow the instructions that will work for your case.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!