How to temporarily pause execution of a function for troubleshooting
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Telema Harry
am 22 Jun. 2021
Kommentiert: Telema Harry
am 22 Jun. 2021
Hello Programmers,
I have sets of ODE equation that I am solving using ODE45.
For some unknown reasons, the model gives unrealistic result after 1600 seconds and the program terminates.
The model gives complex number as output.
I will like to pause the code as soon as any of the variable return a complex number and troubleshoot.
I used the "pause" command but i could not troubleshoot.
It is possible to do something like that in matlab
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!