How can I plot a square matrix ?
이전 댓글 표시
Hello,
I've got a square nxn matrix called A.
I would like the plot to show a nxn grid whose cell (i,j) has a color given by A(i,j) (like contourf but with a grid).
How can that be achieved?
Many thanks in advance for your answer.
댓글 수: 1
Akira Agata
2017년 10월 25일
답변 (1개)
KSSV
2017년 10월 25일
0 개 추천
YOu have multiple functions for this: Read about pcolor , surf and imagesc.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!