How to modify settings for event detection in MATLAB?
Show older comments
I am writing a code for event detection. However, I want to increase the region of convergence from zero to about 1e-4.For example, instead of checking for y(1)-10=0, I want to check for y(1)-10<1e-4. How can this be done?
2 Comments
Walter Roberson
on 28 Jun 2013
Are you referring to event detection in the context of one of the ode*() routines?
Sarah Ghosh
on 28 Jun 2013
Accepted Answer
More Answers (0)
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!