matrix visualization using imagesc
Afficher commentaires plus anciens
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.
Réponses (1)
Henric Rydén
le 20 Mai 2014
Modifié(e) : Henric Rydén
le 20 Mai 2014
range = [0 100];
imagesc(A,range)
2 commentaires
Yuvashree Mani Urmila
le 20 Mai 2014
Henric Rydén
le 21 Mai 2014
You have not attached the plot
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!