Generation of executables from simulink model

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.

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 24 de Ag. de 2012

0 votos

Yes, you do need to get a separate license for RTW (now called Simulink Coder).

5 comentarios

sai vasavi
sai vasavi el 27 de Ag. de 2012
Thanks for your response Kaustubha Govind.
Is there any way to get .exe without RTW ?If any post the way how we can do that.
TAB
TAB el 27 de Ag. de 2012
@sai, It is not possible to compile the model in .exe without RTW.
sai vasavi
sai vasavi el 31 de Ag. de 2012
@TAB,I have targetlink toolbox (d space product) from which we are generating code for simulink/stateflow models.Is it possible to generate .exe from those autocode generated files?Please reply me.
TAB
TAB el 31 de Ag. de 2012
@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.
sai vasavi
sai vasavi el 31 de Ag. de 2012
@TAB, Thanks for your response.

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink Coder en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 24 de Ag. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by