Effacer les filtres
Effacer les filtres

GUI from Simulink File

1 vue (au cours des 30 derniers jours)
Sérgio
Sérgio le 13 Mai 2013
Hi all!
It is possible to call a GUI file from a Simulink file? How?
Sérgio

Réponse acceptée

David Sanchez
David Sanchez le 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.
  1 commentaire
Sérgio
Sérgio le 13 Mai 2013
Thanks Dave!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by