How to plot heat map using MATLAB?

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?

 Risposta accettata

Chunru
Chunru il 12 Ago 2021
Modificato: Chunru il 12 Ago 2021
a = peaks(40);
imagesc(a)
colormap(hsv(512))
colorbar

4 Commenti

Abdelwahab Afifi
Abdelwahab Afifi il 12 Ago 2021
Modificato: Abdelwahab Afifi il 12 Ago 2021
Is it possible to adjust the colorbar to include the red colour?
Chunru
Chunru il 12 Ago 2021
use colormap as shown above
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?
I got it
colormap turbo
colorbar

Accedi per commentare.

Più risposte (0)

Categorie

Prodotti

Release

R2021a

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by