Which function can be used?
古いコメントを表示
I have a function dA/dt= k(2-2.374A)/2.12
can I use ode45 here?
採用された回答
その他の回答 (1 件)
Titus Edelhofer
2014 年 10 月 5 日
編集済み: Titus Edelhofer
2014 年 10 月 5 日
Hi Dinesh,
yes you can. Implement the right hand side of your equation as a function of the form
function dA = f(t,A)
and pass that to ode45.
Titus
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!