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!