Info
此问题已关闭。 请重新打开它进行编辑或回答。
Ranking a clustergram for one variable
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!