Is it possible to force mask initialization externally?

I was wondering, is it possible to force mask initialization from an external command somehow?

댓글 수: 1

I'm looking for the same thing. Did you get an answer so far?

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

답변 (1개)

Randy
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에 대해 자세히 알아보기

질문:

sst
2016년 10월 21일

답변:

2016년 12월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by