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 个)

range = [0 100];
imagesc(A,range)

2 个评论

Thanks.every value changes to almost blue now. i am attaching the plot here.
You have not attached the plot

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by