How to deploy simulink dashboard to app designer
6 views (last 30 days)
Show older comments
I use a lot of customizable block for the simulation demo like vertical gauge, slider, etc.
now i want to create standalone app, which i believe i need to create a new GUI using app designer.
However, there is no customizable vertical gauge on App designer's library component.
Is there any way to "copy+paste" simulink dashboard to App designer ?
0 Comments
Answers (1)
Shreshth
on 10 Jul 2024
Hello skamajaya,
For the purpose of using vertical gauge in the GUI you are trying to build you can use the command g.orientation to use the vertical gauge too.
You also have the option of customizing the properties of this linear gauge.
Please refer to this documentation by MathWorks to learn about the fucntions require to control gauge properties.
Hope it helps,
Thanks
See Also
Categories
Find more on Develop Apps Using App Designer 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!