Mesh surface plot
mesh(
creates a mesh plot and uses
the column and row indices of the elements in Z
)Z
as the
x- and y-coordinates.
mesh(
plots into
the axes specified by ax
,___)ax
instead of the current axes. Specify
the axes as the first input argument.
mesh(___,
specifies surface properties using one or more name-value pair arguments. For
example, Name,Value
)'FaceAlpha',0.5
creates a semitransparent mesh
plot.
s = mesh(___)
returns the chart surface
object. Use s
to modify the mesh plot after it is created.
For a list of properties, see Surface Properties.