Generation of executables from simulink model
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Kaustubha Govind
el 24 de Ag. de 2012
Yes, you do need to get a separate license for RTW (now called Simulink Coder).
5 comentarios
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.
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!