how to display elements of a 2D matrix as color-coded squares
177 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
A
el 27 de Mayo de 2012
Respondida: Ahmed Osman
el 29 de Dic. de 2017
like for a 16x16 matrix:
0 comentarios
Respuesta aceptada
bym
el 27 de Mayo de 2012
imagesc(your_matrix)
2 comentarios
Image Analyst
el 27 de Mayo de 2012
Or use imshow() (if you have the Image Processing Toolbox) and apply a colormap (of which there are a wide variety of colormaps built in to MATLAB). But whatever you do, don't use pcolor() for this purpose.
Más respuestas (1)
Ahmed Osman
el 29 de Dic. de 2017
What if I want to plot it into a map with longitude and Latitude axes??
0 comentarios
Ver también
Categorías
Más información sobre Blue en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!