How to stop, reset the variables and restart an ODE solver?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to solve a system of equations in which I want to stop the solver at certain t-values, reset the value of depenedent variables, and restart the solver. Is there an example that I can look at and try to mimic?
0 Kommentare
Antworten (1)
Walter Roberson
am 3 Apr. 2019
Look at ballode and how it uses "events", and observe how it loops calls until the entire time is complete.
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!