ODE45 solving for first time
古いコメントを表示
I have the equation
dT/dt= T^4
can anyone help me in steps how to integrate this with ODE45... Thanks
回答 (1 件)
Torsten
2017 年 2 月 23 日
2 投票
Take a look at the first example under
https://de.mathworks.com/help/matlab/ref/ode45.html
Replace "2*t" by "y(1)^4"
Best wishes
Torsten.
1 件のコメント
カテゴリ
ヘルプ センター および File Exchange で Historical Contests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!