How to make Draftsman's plots?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Cynthia Dickerson
le 7 Juin 2018
Commenté : Cynthia Dickerson
le 7 Juin 2018
Has anyone written a code for making Draftsman's plots in Matlab? (For anyone unfamiliar, a Draftsman's plot is a matrix of 2d scatterplots. Every combination of 2 variables is displayed. One diagonal is blank, because it represents the matrix cell for an X by X graph, which is not useful.)
It seems tedious to code each plot by hand, especially since I have six variables and would thus need 30 plots (6 x 5 = number of scatterplot combinations.)
0 commentaires
Réponse acceptée
Steven Lord
le 7 Juin 2018
I think you're looking for either plotmatrix or gplotmatrix, both of which are part of Statistics and Machine Learning Toolbox.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!