I want to have insight over fluid-flow vector field, as I have an ordinary differential equation (ode): dv/du=-2(u2+v2)/(v2 - 5u2)
where u and v are horizontal and vertical velocity components inside the fluid-flow velocity vector-field.
Please also hint on using MATLAB "quiver" or "streamline" syntax to visualize the fluid flow based on the ode.
Notice that from elementary fluid mechanics dy/dx=v/u, where x and y are the streamline coordinates.