How do you pass a variable from a GUI into a simulink model workspace variable?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
Ameer Hamza
2018년 4월 30일
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.
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!