Simulink overload conditions
古いコメントを表示
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
回答 (1 件)
Kaustubha Govind
2012 年 5 月 22 日
1 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Subsystems についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!