how to solve higher order differentail equation using Runge Kutta 4th order method in matlab ?
Ältere Kommentare anzeigen
Antworten (1)
Harsh
am 19 Sep. 2024
0 Stimmen
Hi Aniket,
You can select the ode45 solver in the model settings > solver to use the ode45 method which is based on an explicit Runge-Kutta (4,5) formula, the Dormand-Prince pair. You can read the following page to learn more about the ode45 solver.
Kategorien
Mehr zu Runge Kutta Methods finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
