ODE solver warning.
Ältere Kommentare anzeigen
I am trying to use an ODE solver, however I keep getting the following warning or similar depending on what ODE I use.
Warning: Failure at t=1.411226e+00. Unable to meet integration tolerances
without reducing the step size below the smallest value allowed (3.552714e-15)
at time t.
> In ode15s (line 668)
In AP2016 (line 47)
Would anyone know how I fix this? I am trying to get my script to simulate 0-900 days. It works fine when I am running the script for just 1day.
Thanks in advance
Antworten (1)
Walter Roberson
am 10 Aug. 2016
0 Stimmen
It basically means that you have a singularity.
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!