Matlab’s Function ode45
neuron.eng.wayne.edu › auth › ece4330Matlab’s Function ode45. Matlab has several built-in ODE solvers. One particular solver, called ode45, which is based on fourth- and fifth-order Runge-Kutta methods. The function can solve a single first-order ODE or a system of ODEs. The basic call has the syntax: [t,y]=ode45(fun, tspan, y0), where y is the numerical solution array where each