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!