Is it possible to force mask initialization externally?
이전 댓글 표시
I was wondering, is it possible to force mask initialization from an external command somehow?
댓글 수: 1
Ezor
2016년 12월 16일
I'm looking for the same thing. Did you get an answer so far?
답변 (1개)
Randy
2016년 12월 19일
1 개 추천
There may be a better way, but in the meantime, this works for me:
ts = Simulink.BlockDiagram.getSampleTimes(sysname);
I'm not really interested in the sample times, but this command forces an update diagram, so blocks will execute their initialization code.
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!