how to solve higher order differentail equation using Runge Kutta 4th order method in matlab ?
조회 수: 5 (최근 30일)
이전 댓글 표시
답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
