One scaling colomap for various figures

2 visualizzazioni (ultimi 30 giorni)
Michael Jordan
Michael Jordan il 28 Dic 2017
I created several heatmaps from several matrices with: figure Heatmap1 =heatmap (A,'Colormap',jet); figure Heatmap2 =heatmap (B,'Colormap',jet);
They should use the same Colormap but with different scaling. e.g.:highest: dark red; middle (0): white; lowest: dark blue
But 0 has to be exactly in the middle and always should be white. Therefore it should for example be possible that in the first figure -3 is marked as dark blue, zero is white, and +8 is marked as dark red. And in the next figure -1 is dark blue, zero is white, and +3 is dark red. Thank you.

Risposte (1)

Harish Ramachandran
Harish Ramachandran il 2 Gen 2018
Modificato: Harish Ramachandran il 2 Gen 2018
Hello Michael.
1. With respect to setting limits on the colormap scale, you should check out the documentation on caxis. The property parameter enables you to set the lower and upper limit of the color map.
2. The colormap you have chosen is 'Jet'. From the documentation on colormap 'Jet' does not have a white component. You can use any of the other templates given which might suit your need.
Hope this helps.

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by