如何在MATLAB中获取同一集群中的列名列表

时间:2017-05-09 18:14:20

标签: matlab dendrogram

假设我已经生成了以下树形图:

dm=DataMatrix(heatmap_data,rowscell,text); %Matrix, RowNames, ColumnNames
cg = clustergram(dm,'Standardize','none');
cgAxes =plot(cg);
set(cgAxes, 'Clim', [-1,1])

enter image description here

现在,假设我想在群集中获取ColumnNames,例如我用蓝色矩形突出显示的那些: enter image description here

因此,在示例中,应该获得一个列表:

  

AKAP13 BAZ1B Cgord142 BEGAINATRIP ARID4B

有没有办法根据MATLAB中的聚类获取列名项?

感谢

0 个答案:

没有答案