How to plot a matrix?
Mostra commenti meno recenti
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 Commento
Risposta accettata
Più risposte (1)
Sachin Ganjare
il 25 Set 2012
0 voti
Use "hold on" or "hold all" command
Hope it helps!!!
Categorie
Scopri di più su Spline Postprocessing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!