Generation of executables from simulink model

1 次查看(过去 30 天)
Hello matlab users, I developed one stateflow model and GUI to interact with simulink model.Now I want to generate .exe for that model. I searched in matlab central for this and i found this can be done by using RTW.Is RTW has separate license apart from simulink? Please can anyone help me to do this. Thanks in advance.

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2012-8-24
Yes, you do need to get a separate license for RTW (now called Simulink Coder).
  5 个评论
TAB
TAB 2012-8-31
@sai,
You can compile the generated code (generated from RTW or targetlink) with any C/C++ compiler manually to generate the .exe.
For this, it can/can't be needed to integrate the generated code with your main function & other handwritten code. It is up to your requirement.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by