Simulink overload conditions
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have been reading through the simulink documentation on how the simulink engine executes a model. However, I am still unclear regarding what happens in the case of overload (i.e., CPU is too busy for completing execution by the next simulation round). Could someone explain simulink's behavior in this case or point me to the appropriate documentation?
Thank you! -- Octav
0 件のコメント
回答 (1 件)
Kaustubha Govind
2012 年 5 月 22 日
Simulink/MATLAB would simply wait for a CPU cycle, just like any other software on a non-real-time OS. In other words, the model execution is single-threaded, so the next time-step is not reached until the current step is complete.
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!