Plotting differential equations
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!