How to make a word cloud using Matalb ?

조회 수: 5 (최근 30일)
vish
vish 2011년 2월 8일
답변: Ieuan Evans 2017년 9월 22일
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

채택된 답변

Ieuan Evans
Ieuan Evans 2017년 9월 22일
As of R2017b, you can create word clouds from text data using the wordcloud funtion.
doc wordcloud

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 2월 8일
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.

카테고리

Help CenterFile Exchange에서 Display and Presentation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by