Does Matlab have its own RK4 package?
139 次查看(过去 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!