Generation of executables from simulink model
Afficher commentaires plus anciens
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.
Réponses (1)
Kaustubha Govind
le 24 Août 2012
0 votes
Yes, you do need to get a separate license for RTW (now called Simulink Coder).
5 commentaires
sai vasavi
le 27 Août 2012
TAB
le 27 Août 2012
@sai, It is not possible to compile the model in .exe without RTW.
sai vasavi
le 31 Août 2012
TAB
le 31 Août 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
le 31 Août 2012
Catégories
En savoir plus sur Simulink Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!