matrix visualization using imagesc
8 visualizaciones (últimos 30 días)
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.
0 comentarios
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
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!