matrix visualization using imagesc
이전 댓글 표시
I used imagesc to visualize a matrix. I am attaching the plot i got here. Most of the values are in the same blue. what can be done to see more variation in data. can someone help me.
답변 (1개)
Henric Rydén
2014년 5월 20일
편집: Henric Rydén
2014년 5월 20일
range = [0 100];
imagesc(A,range)
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!