wordcloud error and failure to update wordcloud

조회 수: 2 (최근 30일)
Nicholas Ang
Nicholas Ang 2021년 6월 7일
답변: Chetan 2024년 5월 2일
Hi, I have received an error while trying out an example in MATLAB. It appears that the wordcloud function is not working despite reinstalling the toolbox. There is no other .m file that takes precedence. May I know how to resolve this? Thanks!

답변 (1개)

Chetan
Chetan 2024년 5월 2일
It seems like you're experiencing an issue where the `wordcloud` function in MATLAB isn't working, even after reinstalling the toolbox, with no conflicting `.m` files present.
To resolve the `wordcloud` function issue, try the following steps:
  1. Check MATLAB Version: Ensure you're using MATLAB R2017b or later, as `wordcloud` was introduced in R2017b.
  2. Verify Toolbox Installation: Use `ver` in MATLAB to check if the Text Analytics Toolbox is installed and licensed.
  3. Path Conflicts: Run `which wordcloud -all` to ensure there are no path conflicts with the `wordcloud` function.
  4. Test Toolbox: Try other functions from the Text Analytics Toolbox to check its installation integrity.
  5. Reset MATLAB Path: Go to Home > Environment > Set Path > Default, to reset MATLAB's path to its default state.
  6. Reinstall Toolbox: If issues persist, uninstall and then reinstall the Text Analytics Toolbox, following MathWorks' official guidelines
Refer to the following MathWork Documentation for more details:
Thanks
Chetan

카테고리

Help CenterFile Exchange에서 Analysis of Big Data with Tall Arrays에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by