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)
2 件のコメント
Yuvashree Mani Urmila
2014 年 5 月 20 日
Henric Rydén
2014 年 5 月 21 日
You have not attached the plot
カテゴリ
ヘルプ センター および 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!