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!