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.
답변 (1개)
Kaustubha Govind
2012년 8월 24일
0 개 추천
Yes, you do need to get a separate license for RTW (now called Simulink Coder).
댓글 수: 5
sai vasavi
2012년 8월 27일
TAB
2012년 8월 27일
@sai, It is not possible to compile the model in .exe without RTW.
sai vasavi
2012년 8월 31일
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.
sai vasavi
2012년 8월 31일
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!