How to plot heat map using MATLAB?

374 visualizaciones (últimos 30 días)
Abdelwahab Afifi
Abdelwahab Afifi el 12 de Ag. de 2021
Comentada: Abdelwahab Afifi el 12 de Ag. de 2021
I have matrix with dimensions [4096, 181], I want to draw a heatmap for such matrix as in the following figure. How can i do so?

Respuesta aceptada

Chunru
Chunru el 12 de Ag. de 2021
Editada: Chunru el 12 de Ag. de 2021
a = peaks(40);
imagesc(a)
colormap(hsv(512))
colorbar
  4 comentarios
Abdelwahab Afifi
Abdelwahab Afifi el 12 de Ag. de 2021
I noticed that there is a red colour at the top and bottom of the colour map. this causes confusion. is it possible to limit the colour map exactly as in the pic I attached?
Abdelwahab Afifi
Abdelwahab Afifi el 12 de Ag. de 2021
I got it
colormap turbo
colorbar

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Colormaps en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by