How do I create a heat map without the dendrogram?

I would like to create a heat map that does not include a dendrogram. The MATLAB function CLUSTERGRAM creates a dendrogram and a heat map but it does not have the option of creating only a heat map.

 Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 27 Jun. 2009
To create a heat map without a dendrogram use the IMAGESC function as shown below:
data = gallery('invhess',20);
imagesc(data)
axis off

Weitere Antworten (0)

Kategorien

Mehr zu Data Distribution Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by