How to plot a matrix?
Afficher commentaires plus anciens
I have a matrix I am trying to plot called "errors"
Best I can do is:
plotmatrix(errors,'b')
But that gives a weird mess of graphs:
The bottom left one is what I am shooting for.
Thank you.
1 commentaire
Réponse acceptée
Plus de réponses (1)
Sachin Ganjare
le 25 Sep 2012
0 votes
Use "hold on" or "hold all" command
Hope it helps!!!
Catégories
En savoir plus sur Spline Postprocessing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!