搜索资源列表
ODE
- 定步长ODE4、ODE5算法,用法和ode45相似 唯一不同的就是ode45是[t,y]=ode45(), 这个是y=ode4(),因为是定步长的-Fixed-step ODE4, ODE5 algorithms, usage, and the only difference is similar to ode45 ode45 is [t, y] = ode45 (), this is y = ode4 (), because the step length is fixed
ode5
- 定步长五阶龙格库塔法,可解变参微分方程组,亲测可用。。。。。。。。(runge-kutta fixed-step)