- /
-
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?')