MATLAB SIMULINK 2020b
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 !
0 commentaires
Réponses (1)
Keerthana Chiruvolu
le 9 Mar 2021
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.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!