ode45 - Makers of MATLAB and Simulink - MATLAB & Simulink
www.mathworks.com › help › matlab[t,y,te,ye,ie] = ode45(odefun,tspan,y0,options) additionally finds where functions of (t,y), called event functions, are zero. In the output, te is the time of the event, ye is the solution at the time of the event, and ie is the index of the triggered event.
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.
Using Matlab ode45 to solve di˛erential equations
www.12000.org › my_notes › matlab_ODEMay 30, 2012 · Using Matlab ode45 to solve di˛erential equations Nasser M. Abbasi May 30, 2012 Compiled on May 20, 2020 at 9:23pm Contents 1 download examples source code 1 2 description 1 3 Simulation 3 4 Using ode45 with piecewise function 6 5 Listing of source code 6 1 download examples source code 1. first_order_ode.m.txt 2. second_order_ode.m.txt