ezcontourf
(Not recommended) Easy-to-use filled contour plotter
ezcontourf
is not recommended. Use fcontour
instead. For more information, see Version History.
Description
ezcontourf(
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]
.
ezcontourf(___,
plots
using an n
)n
-by-n
grid. Use this option after
any of the input argument combinations in the previous syntaxes.
ezcontourf(
plots
into the axes specified by ax
,___)ax
instead of the current axes.
Specify the axes before any of the input argument combinations in any of the
previous syntaxes.
c = ezcontourf(___)
returns the contour object.
Use c
to modify the contour after it is created. For a list of
properties, see Contour Properties.