why open a simulink model takes so long time

조회 수: 23 (최근 30일)
wenchao zhang
wenchao zhang 2025년 9월 3일
편집: Guillaume 2025년 10월 8일 9:15
when try to open a simulink model it stay in busy status long time, seems stucked, any knows how to resolve this issue. memory is full or other reason?

채택된 답변

Guillaume
Guillaume 2025년 10월 8일 9:15
편집: Guillaume 2025년 10월 8일 9:15
Hello,
This symptom may be related to a Simulink Data Inspector cache that is too large : this could help
Simulink.sdi.clear

추가 답변 (1개)

Andreas Goser
Andreas Goser 2025년 9월 3일
A couple of things to test and consider:
  • Is it only this model, or also other models like demos/examples? How is your model "behaving" at you colleagues' or project partners' installations?
  • Do you bring that up as it was faster in the past and you made changes or have a different release?
  • It seems to work with the model on a network drive. Is it different locally?
  • Can you think of callbacks that cause the delay rather than the model itself?
  댓글 수: 3
wenchao zhang
wenchao zhang 2025년 9월 3일

how to check where use the call back function in the model

Andreas Goser
Andreas Goser 2025년 9월 3일
I was thinking mainly of model callbacks: https://www.mathworks.com/help/simulink/ug/model-callbacks.html
If your colleageus can open it and it is much faster, then my theory is there is a relation with files on a network drive.

댓글을 달려면 로그인하십시오.

카테고리

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

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by