How to build, connect to target and run a simulink model with GUI?
이전 댓글 표시
Ive made a simulink model and a GUI over which I insert the values of the variables used in the simulink model and when I insert those values and run the model over the GUI with
load_system('untitled'); set_param('untitled','SimulationCommand','start');
everything workes fine, and I can see the end result in the GUI axes.
Now the problem is when I put the model in real-time, it just wont work. I need to somehow build the model, connect to target and run it. I want to be able to follow the results in the axes in the GUI.
I hope somebody can help me!
채택된 답변
추가 답변 (1개)
Amir
2014년 6월 23일
0 개 추천
댓글 수: 1
Kaustubha Govind
2014년 6월 24일
Since you have created a new question, this can be answered there: http://www.mathworks.com/matlabcentral/answers/137218-how-to-make-a-loop-for-a-simulation
카테고리
도움말 센터 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!