Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Multiple Simulations with only one model compile
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I have to do often multiple simulations (about 160) which take long time. I do this automatically with a script. In First matlab makes a model compile to initialize the model. This takes a long time because the model is really big. It would be good when there is only one model compile at the beginning of all simulations. Is it technically possible to do all simulations with only one model compile at the beginning?
regards Jens
댓글 수: 0
답변 (3개)
Sherman
2014년 12월 11일
Take a look at these two links: 1) Saving the simulation state: http://www.mathworks.com/help/simulink/ug/saving-and-restoring-the-simulation-state-as-the-simstate.html 2) Fast restart: http://www.mathworks.com/help/simulink/ug/fast-restart-workflow.html
You'll need a newer version of Simulink (14b)
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!