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
Student[NumericalAnalysis][Draw] - create a plot of a certain aspect of an interpolation structure
Calling Sequence
Draw(p, opts)
Parameters
p
-
a POLYINTERP structure
opts
(optional) equation(s) of the form keyword=value where keyword is objects; objects to plot
Description
The Draw command plots different components of an interpolation structure.
By default, the Draw command plots the following objects: the data points, the approximate polynomial, the function, and the extrapolated points, as long as they are available.
If the option objects is provided, the Draw command will plot the specified objects.
The POLYINTERP structure is created using the PolynomialInterpolation command or the CubicSpline command.
The colors of each object in the plot can be specified using the SetColors mechanism.
Options
objects = list, ApproximateValue, BasisFunctions, DataPoints, ExactValue, Function, Interpolant
Objects to draw. By default, objects = [DataPoints, Interpolant, Function, ApproximateValue], assuming each of these objects is available. If one of the objects in the default is not available, it will not be included in the plot.
Examples
See Also
Student[NumericalAnalysis], Student[NumericalAnalysis][ApproximateValue], Student[NumericalAnalysis][BasisFunctions], Student[NumericalAnalysis][CubicSpline], Student[NumericalAnalysis][DataPoints], Student[NumericalAnalysis][ExactValue], Student[NumericalAnalysis][PolynomialInterpolation], Student[NumericalAnalysis][VisualizationOverview]
Download Help Document