Target time on model status bar will not update.

1 次查看(过去 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.

回答(1 个)

Mohith Kulkarni
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')

类别

Help CenterFile Exchange 中查找有关 Multicore Processor Targets 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by