Mesh surface plot with curtain
meshz(
creates a mesh plot with a curtain around it. A mesh plot is a three-dimensional
surface that has solid edge colors and no face colors. The function plots the
values in matrix X
,Y
,Z
)Z
as heights above a grid in the
x-y plane defined by
X
and Y
. The edge colors vary
according to the heights specified by Z
.
meshz(
creates a mesh plot with a
curtain, and uses the column and row indices of the elements in
Z
)Z
as the x- and
y-coordinates.
meshz(
plots into
the axes specified by ax
,___)ax
instead of the current axes. Specify
the axes as the first input argument.
s = meshz(___)
returns the chart surface
object. Use s
to modify the mesh plot after it is created.
For a list of properties, see Surface Properties.