Runge-Kutta 4th Order

2 ビュー (過去 30 日間)
Anjani
Anjani 2021 年 9 月 26 日
回答済み: Jan 2021 年 9 月 26 日
I have to develope the subroutine fille called RK4(t, delta_t, y) ; where t = time, delta_t = time increment, y = vector of state variables (2n). We also have to develope the subrotine file called EQNS (t, y, y_dot) to compute the drivatiev of the systme. Main goal of this is to solve this differntial equation.
My question is i do not know what input should i put in MATLab to solve this above equation. Is there any tutorial or video present which explains how to use MatLab for RK4? Any help would be highly appreciated.

回答 (1 件)

Jan
Jan 2021 年 9 月 26 日
This is not a tutorial for an RK4 solver, but general instructions for using Matlab.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by