matlab ode45解方程有问题 日期:2014-09-14 02:51:12 人气:1 matlab ode45解方程有问题 [t,f]=ode45(@(t,y) fun(t,y,a),[t0 tf],[y0 yf]);