limit computation time of a simulink simulation
이전 댓글 표시
Hi,
is it possible, to set a time limit for a simulink simulation? When the time limit is reached, the simulation should be aborted.
Edit: I need a time limit for the computation time.
Thanks, Arco
채택된 답변
추가 답변 (2개)
Mischa Kim
2014년 2월 2일
0 개 추천
Sure, in the model window the simulation time can be entered (in sec). In the figure below it is set to 10 sec.

댓글 수: 3
Mischa Kim
2014년 2월 2일
To begin with you could try to change error tolerances and/or set a lower limit on the minimum step size (> Simulation > Model Configuration Parameters).
Subbarao Varigonda
2022년 7월 3일
Would like to know the direct answer to the question asked here. Can a Simulink model be run with a wall clock or CPU time constraint? As stated by the original poster of this question, there are times when parameter values used may be bad and simulation may get stuck. We are not interested here in making the simulation work for such cases as it is not practical to do when running a large number of cases in a design of experiments setting. We simply need Simulink simulation to self-terminate (possibly with return status indicating this) if it is not completed successfully in allocated time. If this feature is not supported by Simulink and Matlab scripting language to run Simulink models, please consider adding this. Thank you!
Andreas Goser
2014년 2월 2일
0 개 추천
You may want to abort a simulation based on your results being in a range that make you sure those parameter are not good. Check out this library
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!