ODE output restriction option
1 view (last 30 days)
Show older comments
I am trying to put a restriction on s1dot of the output of a fucntion in ODE45. Any help how to model the restriction?
I want the function to stop for example on s1dot = 1 and use s1dot=1 for the rest of the time interval after that
1 Comment
Torsten
on 27 Feb 2019
Use the "Event" option of the ODE solvers:
https://de.mathworks.com/help/matlab/math/ode-event-location.html
Answers (0)
See Also
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!