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[sparsematrixplot] - 2-D plot of nonzero values of a matrix
Calling Sequence
sparsematrixplot(A, options)
Parameters
A
-
Matrix
matrixview
BooleanOpt('matrixview')
Description
The sparsematrixplot function defines a two-dimensional graph with the x and y coordinates representing by default the row and column indices, respectively. If the option matrixview is given, the x and y coordinates represent the column and row indices, with the axes appropriately relabeled. The drawback of relabeling is that the coordinates of a selected point can no longer be found.
It plots a point for every nonzero entry of the matrix. It is useful for displaying sparsity patterns of matrices.
Remaining arguments are interpreted as options which are specified as equations of the form option = value. See plot/options for more information.
The result of a call to sparsematrixplot is a PLOT structure which can be rendered by the plotting device. The user may assign a PLOT value to a variable, save it in a file, then read it back in for redisplay. See plot/structure.
sparsematrixplot may be defined by with(plots) or with(plots,sparsematrixplot). It can also be used by the name plots[sparsematrixplot].
Examples
The commands to create the plot from the Plotting Guide are
See Also
LinearAlgebra, LinearAlgebra[GaussianElimination], LinearAlgebra[RandomMatrix], Matrix, plot, plot/options, plot/structure, plots[matrixplot]
Download Help Document