matlab function block querry
Ältere Kommentare anzeigen
Sir i am using matlab function block and i want to terminate my execution when undesirable results are prouduced can u please tell the syntax or code just like exit is used in c programming
Antworten (2)
Use command exit or quit
1 Kommentar
Akshay Math
am 7 Feb. 2020
Walter Roberson
am 7 Feb. 2020
0 Stimmen
https://www.mathworks.com/help/simulink/slref/stopsimulation.html
You could emit an output which indicates whether to stop and connect to a Stop Simulation block
Kategorien
Mehr zu Block Libraries finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!