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[ezplot] - create a 2D plot
Calling Sequence
ezplot(f)
ezplot(f,[xmin,xmax])
ezplot(f,[xmin,xmax,ymin,ymax])
ezplot(f,g)
ezplot(f,g,[tmin,tmax])
Parameters
f, g
-
algebraic expression
xmin, xmax, ymin, ymax, tmin, tmax
(optional) numeric
Description
The ezplot(f) calling sequence plots the expression f.
xmin and xmax denote the left and right endpoints of the horizontal range. When omitted, the default range is 0 .. 2*Pi. ymin and ymax denote the vertical endpoints.
When two expressions are given as the first two arguments in the ezplot calling sequence, an implicitplot of f(t) and g(t) is generated.
The default range of t when tmin and tmax are not specified is 0 .. 2*Pi.
When f or g are not functions of x, y, or t, indets is used to find the indeterminates. The range limits correspond to the order of alphabetically sorted indeterminates.
Examples
See Also
MTM[ezcontour], MTM[ezmesh], MTM[ezmeshc], MTM[ezplot3], MTM[ezpolar], MTM[ezsurf], MTM[ezsurfc], implicitplot, indets, plot
Download Help Document