After updating R2020a update 3, a warning pop up
1 view (last 30 days)
Show older comments
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 Comments
Micke Malmström
on 18 Jun 2020
after 3 reeboots of the Matlab-app the error msg disapeared for me...
Accepted Answer
Erich
on 18 Jun 2020
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 Comments
Rishabh Anand
on 13 Jan 2021
The error is present even in R2020a update 6, however I solved it by re-installing matlab.
More Answers (2)
Rishabh Anand
on 13 Jan 2021
The error is present even in R2020a update 6, however I solved it by re-installing matlab.
0 Comments
Brad
on 24 Jul 2020
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 Comment
Erich
on 24 Jul 2020
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
See Also
Categories
Find more on Troubleshooting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!