Build executable file for a GUI-Simulink model

조회 수: 2 (최근 30일)
ANUBHAV SINHA
ANUBHAV SINHA 2011년 9월 11일
May anyone guide about how to construct a stand alone executable file for a MATLAB GUI that displays the graphs generated by a Simulink file. Does MATLAB Complier support Simulink-based files?
Thanks.
  댓글 수: 1
Fangjun Jiang
Fangjun Jiang 2011년 9월 12일
To clarify, are you running a simulation of the Simulink model and at the same time, running a customized GUI to display the dynamic results of the Simulink model?

댓글을 달려면 로그인하십시오.

답변 (2개)

Fangjun Jiang
Fangjun Jiang 2011년 9월 11일
No. It doesn't support Simulink model. To create executable for a Simulink model, you need the Simulink Coder toolbox.

ANUBHAV SINHA
ANUBHAV SINHA 2011년 9월 12일
Is the Simulink HDL coder same as the Simulink Coder. Also, I have a Realtime Workshop toolbox installed in my MATLAB too...wud it also serve the purpose?
Lastly, I am not able locate any tutorial on converting a Simulink model to '.exe'. Can anyone direct me to the appropriate literature?
  댓글 수: 1
Fangjun Jiang
Fangjun Jiang 2011년 9월 12일
Simulink Coder is the new name in new release for Realtime Workshop, so you can use RTW for code generation purpose. It's different than Simulink HDL coder, which is to generate HDL code. The steps involved are:
1. Generate C code from Simulink model
2. Compile and build the C code to an .exe file depending on the application target.
Look for details in your RTW document.

댓글을 달려면 로그인하십시오.

카테고리

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