Is there a way to terminate integration when multiple events are triggered simultaneoulsy?
4 views (last 30 days)
Show older comments
Multiple events can be included in an ODE event function, but it seems there is only capability to detect and act on each event individually. I need a way to be able to terminate integration when multiple events are all triggered simultaneoulsy. E.g., when multiple functions are negative at the same time. Is there any way to do this?
0 Comments
Accepted Answer
Walter Roberson
on 19 Mar 2024
Adjust the isTerminal flag as all(TheExpressions < 0) or as appropriate.
7 Comments
Mason McCrary
on 20 Mar 2024
Thank you for your help Torsten, I was very lost! I had it flipped, but we good now.
More Answers (0)
See Also
Categories
Find more on Function Creation 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!