定步长ODE4、ODE5算法我要分享

Fixed step ode4, ode5 algorithm

site:www.pudn.com ode45-递代-步长 matlab-ode4 ODE45 ode5步长是多少

关注次数: 299

下载次数: 0

文件大小: 2K

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:定步长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


代码预览