Filter löschen
Filter löschen

GUI from Simulink File

1 Ansicht (letzte 30 Tage)
Sérgio
Sérgio am 13 Mai 2013
Hi all!
It is possible to call a GUI file from a Simulink file? How?
Sérgio

Akzeptierte Antwort

David Sanchez
David Sanchez am 13 Mai 2013
Your GUI consists of two files: mygui.fig and mygui.m If you call the function mygui.m from simulink, your GUI will pop up. Look for user defined function block and make a call to your mygui.m. Take into account that if you do not set the right means for it, your gui will be called every sample time, which means many times. Watch out for that.

Weitere Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by