Solving ODEs in Matlab - MIT
web.mit.edu › voigtlab › BP205• In the time domain, ODEs are initial-value problems, so all the conditions are specified at the initial time t = 0. • Matlab has several different functions (built-ins) for the numerical solution of ODEs. These solvers can be used with the following syntax: [outputs] = function_handle(inputs) [t,state] = solver(@dstate,tspan,ICs,options)