Calling a Simulink-Modell by Button Click
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jay Samin
am 11 Aug. 2016
Kommentiert: Jay Samin
am 12 Aug. 2016
Hi everyone,
i programmed a Gui in Matlab and i would like to call a Simulink-Model through button click. has someone an idea how I can do it ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155645/image.png)
I appreciate any help Jay
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 12 Aug. 2016
What do you mean "call a Simulink-Model", open it and run simulation? You can put some code similar to below in the callback function of your button click.
open_system('ModelName'); sim('ModelName');
For info on other Simulink related functions, type "help simulink"
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!