Regarding the returned vector of dendrogram function
古いコメントを表示
I am drawing dendrogram using matlab function like the following
[h1,t1,perm1] = dendrogram(z,3);
According to MATLAB document, the returned h1 is a vector of handles to the lines in the dendrogram. I do not know that does that mean. For my case, the return h1 is h1 =
174.0048
175.0043
How to use this vector?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Cluster Analysis and Anomaly Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!