ODE Solvers

Implementation of several popular solvers for solving ODEs in MATLAB
867.0 次下载
更新时间 2022/3/20

View ODE Solvers on File Exchange

ode-solvers

Implementation of several popular solvers for solving ODEs in MATLAB.

Collections of ODE solvers for an ODE in form of:

y_dot = f(t,y)

The solver then provides the solution of such an ODE in form of

y = f(t,y)

Implemented solvers so far:

  • Forward (Explicit) Euler
  • 4th order Runge-Kutta
  • Runge-Kutta 3/8
  • Dormand-Prince
  • Runge-Kutta-Fehlberg (RKF45)
  • Backward (Implicit) Euler

Check the the documentation in the /docs folder or here:

https://auralius.github.io/matlab-ode-solvers/

Contact:
manurunga@yandex.com

引用格式

Auralius Manurung (2024). ODE Solvers (https://github.com/auralius/matlab-ode-solvers/releases/tag/1.0.0.1), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0.1

See release notes for this release on GitHub: https://github.com/auralius/matlab-ode-solvers/releases/tag/1.0.0.1

1.0.0.0

Updated the title

Added Runge-Kutta-Fehlberg method (RKF45)
Updated the project image

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库