How to a GUI directly in Simulink Model?

19 vues (au cours des 30 derniers jours)
Sundeepan
Sundeepan le 28 Mar 2017
Commenté : Robert Li le 26 Déc 2021
Is it possible to display a GUI directly in a Simulink model ?
The GUI can be used for entering values or for selection of Variables before simulation. What it avoids is the double click required to open the GUI and shows the selected parameters.

Réponse acceptée

ES
ES le 28 Mar 2017
You can invoke a gui from a block. Create an empty subsystem. In its open function, you can call the GUI. In the GUI you can set all the parameters in one window and then start the simulation.
  1 commentaire
Zimam Amer Muhamad
Zimam Amer Muhamad le 6 Nov 2018
how to call the GUI ? please i need clarification

Connectez-vous pour commenter.

Plus de réponses (1)

dbmn
dbmn le 28 Mar 2017
Not sure what you want to do exactly (or why you want to do that).
What version are you using?
  1 commentaire
Robert Li
Robert Li le 26 Déc 2021
The dashboards blocks seems do not work with real time models when run on a target.
Is there anyone who has such kind of trouble?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by