- /
-
20th anniversary - Congratulations!
on 14 Oct 2021
- 4
- 21
- 2
- 0
- 119
n = 1000;
words = [repmat({'20'},n,1); {'20!'}];
counts = [rand(n,1)*1000; 2000];
wordcloud(words,counts,'MaxDisplayWords',n)