搜索资源列表
ODE4
- Matlab中的四阶龙格库塔法m文件。
ode4
- 经常看到很多朋友问定步长的龙格库塔法设置问题,下面吧定步长四阶龙格库塔程序贴出来,有需要的可以看看
CPG_V1
- FIchier ode4.m et intégration d équations de robotiques
ode4(2)
- Lorenz 系统利用龙格库塔来用Matlab编程-Lorenz system using Runge-Kutta to use the Matlab programming
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
runge_kutta1
- 自己写的matlab定步长微分方程求解算法,即ode4-matlab ODE4