ode45, ode23, ode113, ode15s, ode23s, ode23t, ode23tb ...
www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/ref/ode45.htmlLike ode113, ode15s is a multistep solver. Try ode15s when ode45 fails, or is very inefficient, and you suspect that the problem is stiff, or when solving a differential-algebraic problem. , ode23s is based on a modified Rosenbrock formula of order 2. Because it is a one-step solver, it may be more efficient than ode15s at crude
ode45, ode23, ode113, ode15s, ode23s, ode23t, ode23tb ...
http://www.ece.northwestern.edu › ...where solver is one of ode45 , ode23 , ode113 , ode15s , ode23s , ode23t , or ... Performance in the "Mathematics" section of the MATLAB documentation.