Execute code in Simulink prior to StartFcn?

When the user clicks play on a Simulink model, I need to execute some code immediately. The StartFcn seems to do some compiling etc. prior to running. Can I execute code immediately after play (ie, before compiling, updating model, etc)?

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 4월 20일

0 개 추천

Does the InitFcn callback do what you want? InitFcn will run during this model update phase.
- Sebastian

카테고리

도움말 센터File Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

태그

질문:

2015년 4월 20일

답변:

2015년 4월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by