function P=plano_fases(a,b,c,d,h) x=a:h:b; y=c:h:d; [X,Y] = meshgrid(x,y); dx = input('Introduce f en función de (X,Y) dx='); dy = input('Introduce g en función de (X,Y) dy='); quiver(X,Y,dx,dy)