Target time on model status bar will not update.
3 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Mohith Kulkarni
2020 年 11 月 23 日
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')
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!