How to control simulink executing plural steps by matlab script ?
이전 댓글 표시
Hi there, My simulink model need to be paused several times during the simulation for some external commands. I want to execute the model programmatically. "set_param("",SimulationCommand, 'step')" seems can be a solution. But I want to move plural steps, how to realise it with matlab script? As the step has an optimal value, so I can't change the step's value. For ex. step is 0.02s, the model should be paused each 30s then be resumed. Thanks a lot.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!