필터 지우기
필터 지우기

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 CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by