How to plot a matrix?
Show older comments
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 Comment
Accepted Answer
More Answers (1)
Sachin Ganjare
on 25 Sep 2012
0 votes
Use "hold on" or "hold all" command
Hope it helps!!!
Categories
Find more on Spline Postprocessing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!