- You canget analytical solution using syms, dsolve. Read about them.
- You can use ode45 to use Runge-Kutta method using inbuilt functions.
- You can search in file exchange/ gogole to get code, so that with few changes you can customise it to your case.
hey i need your help!!
1 回表示 (過去 30 日間)
古いコメントを表示
I have a system can be described by the second order differential equation in 1, where h is the convective heat transfer coefficient, p is the perimeter (circumference) of the pin, k is the conductive heat transfer coefficient and Ac is the cross-sectional area.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/380401/image.png)
I want to develop a numerical model by applying both a third order Runge Kutta method to the differential equation in equation 1. I want to do this on matlab.
0 件のコメント
採用された回答
KSSV
2020 年 10 月 14 日
It can be done both by writitng your own code or using inbuilt functions....
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!