Plotting differential equations
显示 更早的评论
I would like to plot three differential equations in a graph and I don't know how to do it.
The equations are:
dCxdt=0.4*Cx*Cy/(2.5+Cx)
dCydt=-2.22*0.4*Cy*Cx/(2.5+Cy)-0.03*Cx
dCzdt=0.85*0.4*Cx*Cy/(2.5+Cy)
with initial values of: Cx=0.2, Cs=60, Cp=0
if any more information is needed please ask for it.
Thank you for your help
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!