Visualize a Dendrogram as text
Mostrar comentarios más antiguos
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!

Respuestas (1)
Cam Jones
el 14 de Jul. de 2017
0 votos
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.
Categorías
Más información sobre Text Data Preparation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!