Plotting isocline for a non_linear system o equation
Afficher commentaires plus anciens
I have a non-linear system of equation
dx/dt =-x + phi(w*x - y -0.5)
dy/dt = -y + phi(x - y -0.5)
phi = x^2 / ((0.75^2) + (x^2))
I know for example for w=4 I have 3 roots(real), but for y, I get a straight line, so always one point of interaction and one root. How can I correctly plot Isocline of that?
Thank you
1 commentaire
Bhavana Ravirala
le 17 Nov 2022
Could you share the initial conditions of the equation, that you used in your code.
Réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!