Code generation in Matlab Simulink for Mac OS.
2 次查看(过去 30 天)
显示 更早的评论
How can i generate C code of a simulink file for matlab R2015a installed in my Mac.
0 个评论
采纳的回答
Walter Roberson
2015-5-7
It is not possible to buy any of the code generation tools for the Student version (or for the Home version either.) Only the Academic, and Professional / Commercial licenses allow code generation.
Effectively, students working on projects that require generating code for embedded hardware or FPGA, need to have faculty or staff do the generation using their Academic license.
0 个评论
更多回答(3 个)
Sebastian Castro
2015-5-7
The following page shows you the supported compilers for Mac OS in R2015a:
Under the Simulink product family, you can see that using Simulink Coder and Embedded Coder requires Xcode 5.1+ or 6.0 as a compiler.
- Sebastian
0 个评论
Ram Mohan Sanaboyina
2015-5-7
1 个评论
Sebastian Castro
2015-5-7
Do you have Simulink Coder and/or Embedded Coder products installed?
You can check this by typing
>> ver
and seeing if those come up. If you don't have those, that would be why the code generation options aren't there.
- Sebastian
另请参阅
类别
在 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!