How to plot a matrix?
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
Sachin Ganjare
2012-9-25
0 个投票
Use "hold on" or "hold all" command
Hope it helps!!!
类别
在 帮助中心 和 File Exchange 中查找有关 Spline Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!