- /
-
Dr. Who
on 18 Oct 2021
- 3
- 27
- 0
- 0
- 254
uncountable = str2num('@evalc');
amazing = '';
matlab = 2;
for incedibly=1:200
amazing = [amazing ' ' uncountable('who')];
end
pc = ["." "?" "!" "," ";" ":"];
amazing = replace(amazing,pc," ");
c_cat = categorical(split(lower(amazing)));
wordcloud(c_cat)
title('Dr. Who')