Solving coupled equations in Matlab

16 ビュー (過去 30 日間)
Pavan Kumar
Pavan Kumar 2015 年 1 月 29 日
コメント済み: Walter Roberson 2021 年 10 月 16 日
Hii Friend,
I have set of coupled differential equations which i need to solve and plot using matlab.
I am confused on how to proceed.Do suggest me on how to proceed with it.
The final out needed is a plot of abs(B(1)) Versus delk versus Z as shown in the pic.

採用された回答

Star Strider
Star Strider 2015 年 1 月 29 日
See the documentation on Ordinary Differential Equations.
First, follow the documentation and write your ODE function, then use the appropriate ODE solver (try ode45 first) to integrate it. If you have problems, describe them, completely copying and pasting any error messages that occur, and attach your script and your ODE function files. We will do our best to help you get your code running if you need our help.
  16 件のコメント
Star Strider
Star Strider 2015 年 2 月 9 日
No worries!
Thank you for following up.
I was curious as to how you incorporated the vector into your ODE function, as much to satisfy my curiosity as to help anyone else who searches for your Question with the same problem.
Muhammad Muti ur rehman
Muhammad Muti ur rehman 2021 年 8 月 4 日
Hi strider I am usig bvp4c to solve coupled or non linear equation like velocity concentration temperature.. When i have to plot on velocity profile. I use the command plot (x1, y1(2, :)) for concentration 4 and temperature 6. If i have another linear equation like density of motile microorganism what number i should put.. To get the desired graph??

サインインしてコメントする。

その他の回答 (1 件)

Taimur Zaman
Taimur Zaman 2018 年 10 月 5 日
編集済み: Walter Roberson 2021 年 10 月 6 日

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by