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!