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[ezmesh] - 3-D mesh plotter
Calling Sequence
ezmesh(f)
ezmesh(f,[min,max])
ezmesh(f,[xmin,xmax,ymin,ymax])
ezmesh(f,g,h)
ezmesh(f,g,h,[min,max])
ezmesh(f,g,h,[xmin,xmax,ymin,ymax])
ezmesh(...,gridsize)
ezmesh(...,'circ')
Parameters
f, g, h
-
algebraic expression
min, max, xmin, xmax, ymin, ymax
(optional) numeric
gridsize
(optional) integer
'circ'
(optional)
Description
ezmesh(f) generates a three-dimensional mesh plot. When g and h are specified, a parametric mesh plot will be generated.
xmin and xmax denote the left and right endpoints of the horizontal range. ymin and ymax denote the vertical endpoints. A short-hand of min and max can be used when xmax = ymax and xmin = ymin. When omitted, the default range is -Pi .. Pi.
When three expressions are given as the first arguments in the ezmesh 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[ezmeshc], MTM[ezplot], MTM[ezplot3], MTM[ezpolar], MTM[ezsurf], MTM[ezsurfc], implicitplot3d, indets, plot, plot3d
Download Help Document