How to make a word cloud using Matalb ?

I was jsut wondering is there any direct function or method to make a word cloud in matlab. I have managed to count the repeatitions of every word so far.
Thank you, vish

 Respuesta aceptada

Ieuan Evans
Ieuan Evans el 22 de Sept. de 2017
As of R2017b, you can create word clouds from text data using the wordcloud funtion.
doc wordcloud

Más respuestas (1)

Walter Roberson
Walter Roberson el 8 de Feb. de 2011

0 votos

No, there isn't any direct method.
There are methods that can be programmed to combine text with different font sizes, but you would have to do the bulk of the work yourself to get the right alignments and avoid overlaps and avoid having framing boxes overwriting other words and so on.

Categorías

Más información sobre Display and Presentation en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 8 de Feb. de 2011

Respondida:

el 22 de Sept. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by