ode113
ODE Solvers
Solve ODE using Adams-Bashforth-Moulton predictor-corrector. More efficient for smooth, non-stiff problems.
Syntax
ode113(f, tspan, y0)
Examples
ode113(@(t,y) -y, [0, 5], [1])▶ Run
See Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLab