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

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개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2018년 3월 4일

답변:

2018년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by