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!