MATLAB SIMULINK 2020b
古いコメントを表示
In the latest matlab simulink 2020b, every time i run the model, i am not able to stop the Model in between. How to overcome this issue?
The option stop has been disable while simulating the circuit. If anyone else has a problem, Kindly share your view !
回答 (1 件)
Keerthana Chiruvolu
2021 年 3 月 9 日
0 投票
Hi Vyshnav,
You can stop the simulink model using the stop command. Alternately, you can simulate the model step-by-step.
If you want to stop the model when a condition is met, you can program your model to do so as well.
Example: You can then connect the output of a conditional block to the Stop Simulation block. The simulation stops when condition is met.
If this doesn't work, please share your model so that we can investigate it further.
カテゴリ
ヘルプ センター および File Exchange で Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!