Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
MTM[ezcontour], MTM[ezcontourf] - 2-D contour plotting
Calling Sequence
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)
Parameters
f
-
2-variable algebraic expression
min, max
(optional) numeric
xmin, xmax, ymin, ymax
gridsize
(optional) integer
Description
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.
Examples
See Also
contourplot, indets, MTM[ezplot], MTM[ezplot3], MTM[ezpolar], MTM[ezsurf], MTM[ezsurfc], MTM[ezmesh], MTM[ezmeshc], plot
Download Help Document