Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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