Build executable file for a GUI-Simulink model
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Fangjun Jiang
am 12 Sep. 2011
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?
Antworten (2)
Fangjun Jiang
am 11 Sep. 2011
No. It doesn't support Simulink model. To create executable for a Simulink model, you need the Simulink Coder toolbox.
0 Kommentare
ANUBHAV SINHA
am 12 Sep. 2011
1 Kommentar
Fangjun Jiang
am 12 Sep. 2011
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.
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!