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
plots[cylinderplot] - plot a 3-D surface in cylindrical coordinates
Calling Sequence
cylinderplot(L, r1, r2, options)
Parameters
L
-
procedure or expression having two variables, or list of three such procedures or expressions
r1, r2
ranges of the form
options
(optional) plot options; see plot3d/option
Description
Important: The cylinderplot command has been deprecated. Use the superseding calling sequence plot3d(args, coords=cylindrical), which is equivalent to the plots[cylinderplot](args) calling sequence. For more information, see plot3d[coords].
The cylinderplot command creates a three-dimensional plot of a surface or parametric surface in cylindrical coordinates. The individual functions can be in the form of either expressions or procedures.
If L is not a list, then L represents radius given in terms of the coordinates theta and z. In this case, r1 and r2 are the ranges for theta and z.
If L is a list, then the three components of L are parametric representations of the coordinates radius, theta, and z, respectively. In this case, r1 and r2 are ranges for the two parameters of the surface.
The remaining arguments are interpreted as options which are specified as equations of the form option = value. These options are the same as those found in plot3d. For example, the option grid = [m, n] specifies that the set of points representing the three-dimensional plot are evaluated over an m by n grid of points. For more information, see plot3d/option.
The result of a call to cylinderplot is a PLOT3D structure which can be rendered by the plotting device. You can assign a PLOT3D value to a variable, save it in a file, then read it back in for redisplay. For more information, see plot3d[structure].
Examples
Important: The cylinderplot command has been deprecated. Use the superseding calling sequence plot3d(args, coords=cylindrical), which is equivalent to the plots[cylinderplot](args) calling sequence.
See Also
plot3d, plot3d/option, plot3d[structure], plots, read, save
Download Help Document