contour3m
Project 3-D contour plot of map data
Syntax
Description
contour3m(___,
specifies
the contour lines to display, in addition to any combination of arguments from the previous
syntaxes.levels
)
contour3m(___,
specifies additional options for the contour plot using one or more name-value
arguments.Name,Value
)
returns the
contour matrix C
= contour3m(___)C
, which contains the latitude and longitude coordinates
of the vertices at each level.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
When you use the
contour3m
function with anaxesm
-based map that contains aglobe
map frame, thecontour3m
function issues a warning.The
contour3m
function behaves the same as thecontourm
function, except thecontour3m
function displays the lines for each contour level at the z-coordinate equal to the value of the level.