- /
-
Yes Engineer
on 12 Oct 2021
- 13
- 55
- 0
- 0
- 231
x = str2num('@evalc');
rng(534800);
c = '';
for k=1:20
c = [c ' ' x('why')];
end
punctuationCharacters = ["." "^" "!" "," ";" ":"];
c = replace(c,punctuationCharacters,"?");
c_cat = categorical(split(lower(c)));
wordcloud(c_cat')
title('What?')
Image
![](/responsive_image/300/300/0/0/0/cache/matlabcentral/communitycontests/uploaded_files/3976/image.png)