It is possible to change the values of the simulink frpm the Gui?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
hi, i wanna buid a gui, where i can write values and after pressing the button "start" the simulink should take these values.
It is possible???
THX
댓글 수: 3
Kaustubha Govind
2013년 5월 6일
Will the GUI provide a single value for each input that needs to be used as a Constant input for the entire simulation, will it provide a set of values to use from StartTime to StopTime, or does the model need to read from the GUI at each time-step to get the value?
sia
2013년 5월 7일
sia
2013년 5월 7일
답변 (1개)
Arunkumar Muthukumaran
2015년 12월 19일
0 개 추천
Use set_param() to access and update the value of constant blocks. This command will dynamically update the values during simulation.
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!