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.

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일

0 개 추천

To create a heat map without a dendrogram use the IMAGESC function as shown below:
data = gallery('invhess',20);
imagesc(data)
axis off

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

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

Start Hunting!

Translated by