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
Statistics[SurfacePlot] - generate surface plots
Calling Sequence
SurfacePlot(X, Y, Z, plotoptions)
SurfacePlot['interactive'](X, Y, Z)
Parameters
X
-
first data sample
Y
second data sample
Z
third data sample
plotoptions
options to be passed to the plots[display] command
Description
The SurfacePlot command generates a surface plot for the specified data.
The first parameter X is the first data sample - given as a Vector or list.
The second parameter Y is the second data sample - given as a Vector or list.
The third parameter Z is the third data sample - given as a Vector or list. Note, that X, Y and Z must have the same number of elements.
Options
The plotoptions argument can contain one or more of the options shown below. All unrecognized options will be passed to the plots[display] command. See plot[options] for details.
Examples
The command to create the plot from the Plotting Guide is
See Also
Statistics, Statistics[PointPlot], Statistics[QuantilePlot], Statistics[Visualization]
Download Help Document