Documentation of vphi2


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

vp=vphi2(phi,u,v)

Help text

  this function makes a vector plot, and plots the
   geopotential amplitude of the vectors on top

Listing of function vphi2


function vp=vphi2(phi,u,v)
conneg(phi); hold on; quiver(u,v);hold off;
%maxz = max(max(phi));
%minz = min(min(phi));
%disp(['maximum value:  ',num2str(maxz)]);
%disp(['minimum value:  ',num2str(minz)]);
end;