Does Matlab have its own RK4 package?
131 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Does Matlab have its own Runge Kutta package or must I write my own? I am looking for an algorithm for n equations.
0 Kommentare
Antworten (1)
Star Strider
am 16 Okt. 2015
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 Kommentare
Walter Roberson
am 16 Okt. 2015
There is no download link for the documentation; that is the link to the documentation for ode45.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!