MTM[ezcontour], MTM[ezcontourf]
2-D contour plotting
Calling Sequence
Parameters
Description
Examples
ezcontour(f)
ezcontour(f,[min,max])
ezcontour(f,[xmin,xmax,ymin,ymax])
ezcontour(f,...,gridsize)
ezcontourf(f)
ezcontourf(f,[min,max])
ezcontourf(f,[xmin,xmax,ymin,ymax])
ezcontourf(f,...,gridsize)
f
-
2-variable algebraic expression
min, max
(optional) numeric
xmin, xmax, ymin, ymax
gridsize
(optional) integer
The ezcontour and ezcontourf commands use contourplot to generate a 2-D contour plot. ezcountourf generates a filled contour plot.
When f is not a function of x and y, indets is used to find the indeterminates. The range limits correspond to the order of alphabetically sorted indeterminates.
xmin, xmax, ymin, and ymax denote the limits of x and y. A short-hand of min and max can be used when xmin = ymin and xmax = ymax. When omitted, the default range is -Pi..Pi.
Specifying the gridsize option generates a plot over the grid region, gridsize x gridsize. By default, gridsize is 60.
with⁡MTM:
ezcontour⁡sin⁡x⁢y,−3,3
ezcontourf⁡sin⁡x⁢y,−3,3,15
ezcontourf⁡−5⁢xx2+y2+1,−3,3,−3,3,15
See Also
contourplot
indets
MTM[ezplot]
MTM[ezplot3]
MTM[ezpolar]
MTM[ezsurf]
MTM[ezsurfc]
MTM[ezmesh]
MTM[ezmeshc]
plot
Download Help Document