ode78
语法
说明
示例
输入参数
输出参数
算法
ode78
是 Verner 的“最高效”的 7 阶连续外推 Runge-Kutta 8(7) 法的一种实现。解的精度提升到了 8 阶。7 阶连续外推需要对 odefun
进行四次额外计算,但仅限于需要插值的步。
参考
[1] Verner, J. H. “Numerically Optimal Runge–Kutta Pairs with Interpolants.” Numerical Algorithms 53, no. 2–3 (March 2010): 383–396. https://doi.org/10.1007/s11075-009-9290-3.
扩展功能
版本历史记录
在 R2021b 中推出