Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
MTM[ezsurf] - 3-D surface plotter
Calling Sequence
ezsurf(f)
ezsurf(f,[xmin,xmax])
ezsurf(f,[xmin,xmax,ymin,ymax])
ezsurf(f,g,h)
ezsurf(f,g,h,[smin,smax,tmin,tmax])
ezsurf(..., 'circ')
Parameters
f, g, h
-
algebraic expression
xmin, xmax, ymin, ymax, smin, smax, tmin, tmax
(optional) numeric
'circ'
(optional)
Description
The ezsurf(f) calling sequence plots the 3-D surface described by the 2 variable expression, f.
xmin and xmax denote the left and right endpoints of the horizontal range. ymin and ymax denote the vertical endpoints. When omitted, the default range is -Pi .. Pi.
When three expressions are given as the first arguments in the ezsurf calling sequence, an implicitplot3d of f(s,t), g(s,t) and h(s,t) is generated.
The range limits correspond to the order of alphabetically sorted indeterminates.
When the keyword option 'circ' is given, the plot is a disk.
Examples
See Also
MTM[ezcontour], MTM[ezmesh], MTM[ezmeshc], MTM[ezplot], MTM[ezplot3], MTM[ezpolar], MTM[ezsurfc], implicitplot3d, plot, plot3d
Download Help Document