Target time on model status bar will not update.

Hello,
I am trying to run my model on simulink bet the time is always zero and the task never stops. it givres me this error:
Target time on model status bar will not update. To enable target time updating, use set_param('Merge_2','ExtModeAutoUpdateStatusClock','on')
I do not know how exactly I should fix this.

답변 (1개)

Mohith Kulkarni
Mohith Kulkarni 2020년 11월 23일

0 개 추천

Hello,
You can enable the target time updating by executing the below MATLAB command in the MATLAB command window as the error suggests.
set_param('Merge_2','ExtModeAutoUpdateStatusClock','on')

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

제품

질문:

2020년 11월 20일

답변:

2020년 11월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by