matrix visualization using imagesc
Mostra commenti meno recenti
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.
Risposte (1)
Henric Rydén
il 20 Mag 2014
Modificato: Henric Rydén
il 20 Mag 2014
range = [0 100];
imagesc(A,range)
2 Commenti
Yuvashree Mani Urmila
il 20 Mag 2014
Henric Rydén
il 21 Mag 2014
You have not attached the plot
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!