Plotting isocline for a non_linear system o equation

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 Comment

Could you share the initial conditions of the equation, that you used in your code.

Sign in to comment.

Answers (0)

Products

Asked:

on 14 Nov 2022

Commented:

on 17 Nov 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!