Does Matlab have its own RK4 package?
136 ビュー (過去 30 日間)
古いコメントを表示
Does Matlab have its own Runge Kutta package or must I write my own? I am looking for an algorithm for n equations.
0 件のコメント
回答 (1 件)
Star Strider
2015 年 10 月 16 日
MATLAB has a powerful set of built-in ODE and related differential equation solvers (and partial differential equation solvers in the Partial Differential Equation Toolbox). See the documentation for ode45 and its friends for details. There might be others in the File Exchange.
4 件のコメント
Walter Roberson
2015 年 10 月 16 日
There is no download link for the documentation; that is the link to the documentation for ode45.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!