matrix visualization using imagesc
Mostrar comentarios más antiguos
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.
Respuestas (1)
Henric Rydén
el 20 de Mayo de 2014
Editada: Henric Rydén
el 20 de Mayo de 2014
range = [0 100];
imagesc(A,range)
2 comentarios
Yuvashree Mani Urmila
el 20 de Mayo de 2014
Henric Rydén
el 21 de Mayo de 2014
You have not attached the plot
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!