dendrogram plot using parent-children data (without using linkage function)

2 次查看(过去 30 天)
How can I plot a dendogram plot, if I know the parent and children for each node. I do not want to use linkage function. for instance:
parent==0 children==[1,2]
parent==1 children==[3,4]
parent==2 children==[]

采纳的回答

Matt Learner
Matt Learner 2018-3-7
I found the answer of my question. Please take a look at this File Exchange and also this great tutorial .

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by