ode45求解微分方程(MATLAB) 首先介紹一下ode45的格式: [t,y] = ode45(odefun,tspan,y0) [t,y] = ode45(odefun,tspan,y0,options) ...