How do you pass a variable from a GUI into a simulink model workspace variable?
4 views (last 30 days)
Show older comments
I have a variable "A" in my model workspace in simulink. I am trying to make a GUI that uses a slider that will adjust the variable in the workspace. I can't seem to figure out how to pass the value into the simulink workspace. Any help is appreciated.
1 Comment
Ameer Hamza
on 30 Apr 2018
Although not directly an answer to your question, have you considered using <https://www.mathworks.com/help/simulink/ug/tune-and-visualize-your-model-with-dashboard-blocks.html Dashboard elements in Simulink. It provides all types of UI elements, which can easily interface with Simulink blocks and change simulation parameters in runtime.
Answers (1)
Prajit T R
on 3 May 2018
Hi Adam
I think the following link might be of help to you:
Cheers
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!