Home > applications > m_map > m_contour.m

m_contour

PURPOSE ^

M_CONTOUR Draws contour lines on a map

SYNOPSIS ^

function [cs,h]=m_contour(long,lat,data,varargin);

DESCRIPTION ^

  M_CONTOUR Draws contour lines on a map
    M_CONTOUR(LONG,LAT,DATA,...) draw contours on a map. Behavior
    is the same as for CONTOUR except that LONG and LAT vectors or
    matrices must be specified.

    [CS,H]=M_CONTOUR(...) returns a contour matrix C and a vector
    H of handles to LINE or PATCH objects for use by CLABEL.

    See also CONTOUR

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 29-Nov-2010 15:42:51 by m2html © 2005