How to plot a matrix?
Ältere Kommentare anzeigen
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 Kommentar
Akzeptierte Antwort
Weitere Antworten (1)
Sachin Ganjare
am 25 Sep. 2012
0 Stimmen
Use "hold on" or "hold all" command
Hope it helps!!!
Kategorien
Mehr zu Spline Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!