ezmesh
(Not recommended) Easy-to-use 3-D mesh plotter
ezmesh
is not recommended. Use fmesh
instead. For more information, see Version History.
Syntax
Description
ezmesh(
plots over the specified interval. To use the same interval for both
f
,xyinterval
)x
and y
, specify
xyinterval
as a two-element vector of the form
[min max]
. To use different intervals, specify a four-element
vector of the form [xmin xmax ymin ymax]
.
ezmesh(
plots the parametric mesh over the specified interval. To use the same interval for
both funx
,funy
,funz
,uvinterval
)u
and v
, specify
uvinterval
as a two-element vector of the form
[min max]
. To use different intervals, specify a four-element
vector of the form [umin umax vmin vmax]
.
ezmesh(___,
plots using an
n
)n
-by-n
grid. Use this option after any of
the input argument combinations in the previous syntaxes.
ezmesh(___,'circ')
plots over a disk centered on
the interval.
ezmesh(
plots into
the axes specified by ax
,___)ax
instead of the current axes
gca
. Specify the axes before any of the input argument
combinations in any of the previous syntaxes.
s = ezmesh(___)
returns the chart surface object.
Use s
to modify the mesh plot after it is created. For a list of
properties, see Surface Properties.