wordcloud Function not working!
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Abhishek Kuamr
il 18 Mag 2021
Commentato: Nicholas Ang
il 7 Giu 2021

I am opening the example file and it is still giving me this error. This is happening in every example file with wordcloud function. Can somebody please help!
0 Commenti
Risposta accettata
Steven Lord
il 18 Mag 2021
Let's make sure you don't have a wordcloud.m file that's taking precedence over the function by that name in MATLAB. What does this display?
which -all wordcloud
Also, what is the class of the textData variable with which you call wordcloud?
class(textData)
Is it a table array, a categorical array, a string vector, a cell vector containing char vectors, or something else?
2 Commenti
Nicholas Ang
il 7 Giu 2021
Hi, I have the same error even after reading your advice. I also tried reinstalling the entire toolbox. I still get the same error for the examples shown in matlab.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!