Why does a Stateflow freeze?
조회 수: 2 (최근 30일)
이전 댓글 표시
Why does a Stateflow freeze--turns to gray and generates no outputs despite input signal availability? I tried events, clock, signalbuilder,solver config to wake it up but no change. I am using the stateflow along other simulink models that work good.
댓글 수: 0
채택된 답변
Siddharth
2013년 7월 1일
Hi Filmon,
this seems like something that technical support at the MathWorks can help you with. Contact them at support@mathworks.com
-Sid
댓글 수: 1
Andreas Goser
2013년 7월 2일
To be precise: The model / the program was actually not frozen but running with very small time steps. And the recommendation was to use the solver ode23tb, which is more suitable for stiff systems.
추가 답변 (1개)
Andreas Goser
2013년 7월 1일
While Siddharth is correct, contacting support should be considered, a couple of questions come to mind:
- All models or just your model freezes? What about a demos like "sf_car"?
- Any potential system requirement issues (like Release 13 on Windows 8...)?
- In general, what is your MATLAB release, OS, architecture (32 or 64 bit) and C Compiler?
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!