After updating R2020a update 3, a warning pop up
2 次查看(过去 30 天)
显示 更早的评论
After I updated my R2020a update 2 to update 3, a warning "Unrecognized function or variable 'matlab.internal.addons.updates.fileexchangeaddon.getTypeFromPackageInfoUrl'."
Please help me how to solve it.
Thanks.
5 个评论
采纳的回答
Erich
2020-6-18
This is the response I got from MathWorks support:
"Thanks for sharing the information. Our development team has been aware of this error message and it will be fixed in MATLAB R2020a Update 4. This error message won't affect your ability of using MATLAB, so please ignore it for now."
2 个评论
Rishabh Anand
2021-1-13
The error is present even in R2020a update 6, however I solved it by re-installing matlab.
更多回答(2 个)
Rishabh Anand
2021-1-13
The error is present even in R2020a update 6, however I solved it by re-installing matlab.
0 个评论
Brad
2020-7-24
I had the same issue. I was able to fix the problem by entering a few simple commands (shown below). Note this process will reset MATLAB's path settings to factory default, so you may want to backup your current path like so:
>> savepath([pwd filesep 'pathbackup.m'])
To fix the warning message issue, enter the following commands...
>> rehash toolboxcache
>> restoredefaultpath
>> savepath
>> exit
The exit command will close MATLAB. After the program shuts down, restart MATLAB; the warning message should no longer appear. Upvote if it works! Comment if not!
1 个评论
Erich
2020-7-24
Brad,
I did not need to take any of the steps you described. For me, updating to R2020a Update 4 was enough to get rid of the error message.
Erich
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!