- /
-
MATLAB Central at 20 wordcloud
on 14 Oct 2021
- 3
- 26
- 0
- 0
- 160
n = 500;
words = [repmat({'MATLAB'},n,1); repmat({'Central'},n,1);{'20!'}];
counts = [rand(n,1)*1000; rand(n,1)*950;1500];
wordcloud(words,counts,MaxDisplayWords=n*2)