One-Step a Simulink Simulation from the MATLAB command line
이전 댓글 표시
Hi,
I'm trying to step through a simulink model by just executing time 0 then 1, then 2, etc. from the command line. Rather than using the debugger, I'd like to execute the entire model each time, assuming its fixed-step.
Something like this would be preffered: simulate('model_name', onestep);
Is there any way to do this in simulink/MATLAB?
답변 (2개)
Kaustubha Govind
2012년 5월 14일
1 개 추천
Note that the word model needs to be replaced with the actual name of the model.
krishna teja
2020년 3월 28일
0 개 추천
check this
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!