How to a GUI directly in Simulink Model?
Show older comments
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.
Accepted Answer
More Answers (1)
dbmn
on 28 Mar 2017
0 votes
Not sure what you want to do exactly (or why you want to do that).
What version are you using?
- If you use one of the newer releases, the Dashboard Library might be a nice starting point. https://de.mathworks.com/help/simulink/ug/tune-and-visualize-your-model-with-dashboard-blocks.html
- Or you could build a GUI (with AppDesigner, Guide or by hand) that sets some parameters in your workspace and then starts a simulation with the sim(...) command.
1 Comment
Robert Li
on 26 Dec 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?
Categories
Find more on Naming Conventions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!