Getting error message "Unrecognized function or variable 'matlab.internal.addons.update.GetSupport PackageUpdates'" in a multiuser environment
조회 수: 53 (최근 30일)
이전 댓글 표시
We have a multuser machine runing Matlab.
An user reported to me this problem: When he opens matlab, he gets an error message (after many warnings) -> "Unrecognized function or variable 'matlab.internal.addons.update.GetSupport PackageUpdates'
Since I have an admnistrator account, I get no errors...
How can I solve this issue?
best regards,
Alexandre
댓글 수: 0
답변 (2개)
Aman Vyas
2020년 8월 10일
Hi,
This is related to cache issue as MATLAB caches files on search path. Refer below links for more details.
Hope it helps !
Harry
2024년 4월 12일
If his code folder contains mis-named the Namespace folder, it is likely caused by Namespace issue.
My story was: I accidentaly renamed a few folder started with '@' inside a code folder that I got from a collabrotor. Once I add the entire code folder to path, when I open any .m file in that folder, the command window prompted all kinds of error similar to what your co-worker had. Once I rename those back, the issue resolved.
Refence:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Search Path에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!