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[ezsurfc] - 3-D surface and contour plotter
Calling Sequence
ezsurfc(f)
ezsurfc(f,[min,max])
ezsurfc(f,[xmin,xmax,ymin,ymax])
ezsurfc(f,g,h)
ezsurfc(f,g,h,[min,max])
ezsurfc(f,g,h,[xmin,xmax,ymin,ymax])
ezsurfc(...,gridsize)
ezsurfc(...,'circ')
Parameters
f, g, h
-
algebraic expression
min, max, xmin, xmax, ymin, ymax
(optional) numeric
gridsize
(optional) integer
'circ'
(optional)
Description
The ezsurfc function is the same as ezsurf except that a contour plot is drawn underneath the plot of f.
The ezsurfc(f) plots a three-dimensional surface. When g and h are specified, a parametric surface plot will be generated.
xmin and xmax denote the left and right endpoints of the horizontal range. ymin and ymax denote the vertical endpoints. When xmax = ymax and xmin = ymin, the two number min, max form can be used. When omitted, the default range is -Pi .. Pi.
When three expressions are given as the first arguments in the ezsurfc calling sequence, an implicitplot3d of f(s,t), g(s,t) and h(s,t) is generated.
When f, g or h are not functions of x, y, indets is used to find the indeterminates. The range limits correspond to the order of alphabetically sorted indeterminates.
Specifying the gridsize option generates a plot over the grid region, gridsize x gridsize.
Specifying the 'circ' option causes the plot to be generated over a disk.
Examples
See Also
MTM[ezcontour], MTM[ezmesh], MTM[ezmeshc], MTM[ezplot], MTM[ezplot3], MTM[ezpolar], MTM[ezsurf], implicitplot3d, plot, plot3d
Download Help Document