how to solve higher order differentail equation using Runge Kutta 4th order method in matlab ?

5 ビュー (過去 30 日間)
ANIKET KADAM
ANIKET KADAM 2016 年 3 月 21 日
回答済み: Harsh 2024 年 9 月 19 日
<<
<<
>>
>>

回答 (1 件)

Harsh
Harsh 2024 年 9 月 19 日
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.

Community Treasure Hunt

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

Start Hunting!

Translated by