필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Ranking a clustergram for one variable

조회 수: 1 (최근 30일)
Bran
Bran 2015년 2월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a clustergram with many variables (5 to be exact) I am using the CGobj= clustergram function which has been quite sucessful however, I would now like to cluster or Rank (ie put objects together) based on one variable and then see if the other variable order in a similar way. How do I do this as the only option I can see is to cluter along all rows or all columns. This would essentially involve ranking (or reordering my objects) So that one variable is ranked red to green and then see how that effects the colour mapping of the other variables. Any ideas?
Code so far
CGobj = clustergram(AA,'RowLabels',[1 2 3 4 5 6 7 8 9 10 ],'ColumnLabels',{'VAR1','VAr2','VAR3','VAR4','Var5'},'Standardize',1,'Cluster',2)

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by