Azzera filtri
Azzera filtri

GUI from Simulink File

2 visualizzazioni (ultimi 30 giorni)
Sérgio
Sérgio il 13 Mag 2013
Hi all!
It is possible to call a GUI file from a Simulink file? How?
Sérgio

Risposta accettata

David Sanchez
David Sanchez il 13 Mag 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.

Più risposte (0)

Categorie

Scopri di più su Interactive Model Editing in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by