Where is the generated c/c++ code for matlab function block
显示 更早的评论
Hallo,
since a matlab function block generates c/c++ exe when I run the simulink model, where can I find the generated code or exe?
Thanks for your attention.
回答(1 个)
Urmila Rajpurohith
2021-5-31
0 个投票
Hi
When you generate code for a MATLAB function block you will notice that a folder named "slprj" folder in the current directory which contains the generated code.
If you do not want the slprj and MEX-files to be generated in your current directory, it is possible to go in the Simulink Preferences and specify a Simulation Cache Folder and a Code Generation Folder to be used instead of the local directory.

Hope this helps!
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!