中文说明:定步长ODE4、ODE5算法,用法和ode45相似唯一不同的就是ode45是[t,y]=ode45(),这个是y=ode4(),因为是定步长的
English Description:
Ode4 and ode5 algorithms with fixed step size are similar to ode45 in usage. The only difference is that ode45 is [T, y] = ode45 (), and this is y = ode4 (), because they are with fixed step size