Why do I receive a warning about integration tolerance when using the ODE solver functions?
Show older comments
The following code:
ode23(@(t,y)1/(t-2),[0 2],5)
produces this warning:
ERROR: Warning: Failure at t=2.000000e+000.
Unable to meet integration tolerances without reducing the
step size below the smallest value allowed (7.105427e-015) at time t.
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!