Direction Field in MatLab

267 Views Asked by At

I need to plot the direction field and phase plane of the following ODE using matlab. I've tried using meshgrid w/ the quiver function, however, I'm not getting the correct field.

I need to plot

$\frac{dy}{dx}=$ $\frac{y(1.98x-1)}{0.5-x(1.98y+0.5)}$