How to run Simulink and Matlab script run sequentially.
2 ビュー (過去 30 日間)
古いコメントを表示
Hi!
Hope you are having a productive day.
I want to run a simulink model followed by MATLAB script .
To be more precise when the simulink model stops with its output,another matlab scripts stars running. right now when i run the model the scripts run in parallel how can i resolve this issue
0 件のコメント
回答 (1 件)
Raymond Norris
2021 年 10 月 15 日
How are you running the Simulink model, interactively or with the sim command? If you run the model with the sim command, that would block MATLAB from running anything else until completion of the model.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!