ode45 - Makers of MATLAB and Simulink - MATLAB & Simulink
https://www.mathworks.com/help/matlab/ref/ode45.htmlSyntax [t,y] = ode45 (odefun,tspan,y0) [t,y] = ode45 (odefun,tspan,y0,options) [t,y,te,ye,ie] = ode45 (odefun,tspan,y0,options) sol = ode45 ( ___) Description example [t,y] = ode45 (odefun,tspan,y0) , where tspan = [t0 tf], integrates the …
ode45, ode23, ode113, ode15s, ode23s, ode23t, ode23tb ...
www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/ref/ode45.htmlMATLAB Function Reference ode45, ode23, ode113, ode15s, ode23s, ode23t, ode23tb Solve initial value problems for ordinary differential equations (ODEs) Syntax [T,Y] = solver(odefun,tspan,y0) [T,Y] = solver(odefun,tspan,y0,options) [T,Y] = solver(odefun,tspan,y0,options,p1,p2...) [T,Y,TE,YE,IE] = solver(odefun,tspan,y0,options)