How to make dendrogram with treefigure data input

I already have the treefigure data through another programm. How do i put this in MatLab to make a dendrogram?
10.0000 11.0000 0.798
11.0000 12.0000 0.787
5.0000 6.0000 0.520
2.0000 6.0000 0.507
7.0000 9.0000 0.250
3.0000 7.0000 0.253
1.0000 3.0000 0.247
6.0000 12.0000 0.229
4.0000 7.0000 0.205
8.0000 9.0000 0.130
9.0000 12.0000 0.084

1 个评论

Hello,
you can just use the dendrogram function of matlab. The result for just using the data you provided is quite messy. I suppose this is due to different syntax of your data and the implemented one in Matlab.
What is your data set saying? For example first, you connect point 9 and 12 at a height of 0.084. Later do you connect point 6 with those two points at a height of 0.229? Or do you just want 6 and 12 connected?

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

提问:

2022-10-20

评论:

2022-10-21

Community Treasure Hunt

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

Start Hunting!

Translated by