Clear Filters
Clear Filters

ODE output restriction option

1 view (last 30 days)
Taleb Bou Hamdan
Taleb Bou Hamdan on 27 Feb 2019
Commented: Torsten on 27 Feb 2019
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
Torsten on 27 Feb 2019
Use the "Event" option of the ODE solvers:
https://de.mathworks.com/help/matlab/math/ode-event-location.html

Sign in to comment.

Answers (0)

Categories

Find more on Programming 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!