How can i collect output port data from Simulink model to GUI using get_param?
이전 댓글 표시
How can i collect output port data from Simulink model to GUI using get_param?
In the below example,we are able to pass the values of Num1 and Num 2 through the GUI using set_param([bdroot,'/Num1'],'Value',num2str (app.EditField.Value)).But we are unable to collect the output data from simulink model to GUI using get_param.Please share your response.

답변 (1개)
Ankit
2020년 1월 10일
0 개 추천
You want to use specifically get_param?
You can find my submission on how to control Simulink Model from MATLAB App based on event listener:
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!