フィルターのクリア

Visualize a Dendrogram as text

1 回表示 (過去 30 日間)
Shannon Stoffel
Shannon Stoffel 2017 年 7 月 10 日
回答済み: Cam Jones 2017 年 7 月 14 日
I would like to visualize my dendrogram in text format. I put an example of what I had in mind below. Is there a way to do this in matlab? Thanks!

回答 (1 件)

Cam Jones
Cam Jones 2017 年 7 月 14 日
There is no direct function to convert a dendrogram to a text format such as above.
However, using the underlying data, you could store that data in a table. One of the features of the table data structure in MATLAB is you are able to specify headers for the columns.
If you wanted to write the data to a file, you could then use the "writetable" function, linked below.

カテゴリ

Help Center および File ExchangeDescriptive Statistics and Visualization についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by