When working from home, why does Simulink model crash after long time running?

조회 수: 36 (최근 30일)
My model worked fine in office. Now, in home office, I can run the model for a short time, like 10 seconds, and then MATLAB will crash after a while, like 100 seconds.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 3월 26일
For working from home cases, usually, home laptops are not as good as company workstations. It might have performance issue, and one of them is crash caused by insufficient memory.
Besides enlarging memory, another workaround might be "decomposing whole simulation into some sections". To do this:
1) In model configuration, enable "Final states" and shorten simulation time to ensure you can run the model without crash.
2) After short time section running is finished, save workspace results into .mat file for later analysis.
3) To make memory room for next section running, clear workspace, except xFinal, which is the simulation operating point for next step.
4) In model configuration, enable "Initial state", set it to xFinal, and move simulation start / stop time to the next section.
5) Repeat step 2 ~ 4.
To have a complete demo, refer to:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by