What do I need to compile a Simulink Model?
3 次查看(过去 30 天)
显示 更早的评论
I need to compile a Matlab tool that uses a Simulink model. The model gets variables from the Matlab base workspace and sends its results also to the base workspace. Do I need anything else than the Matlab Compiler and rtwbuild from Simulink Coder? How can I use the code from Simulink Coder in my Matlab tool?
0 个评论
采纳的回答
Friedrich
2013-8-8
编辑:Friedrich
2013-8-8
Hi,
3 个评论
Kaustubha Govind
2013-8-26
Benjami: As is described in the application example for calling into shared libraries generated by Embedded Coder, you decide how to code the loop around the call to the mdl_step() function. (Essentially the SIM command also calls this function in a loop - in the same sequence of things that the application example shows)
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!