R2020a Update 4 does not work
12 views (last 30 days)
Show older comments
Hello, I have installed R2020a, and after that I have downloaded the update4 package, followed the instructions for the commandline (offline) update, performed the command in a dos-window and waited untill the update task disapeared in the task-manager.
After starting R2020a again, the red update-sign in the top-right of the matlab window was gone, indicating that there were no updates.
However, when selecting "Manage Add Ons" I get the message:
Dot indexing is not supported for variables of this type.
Error in matlab.internal.addons.AddOnsWindow/bringToFront (line 68)
obj.webwindow.bringToFront();
Error in matlab.internal.addons.Manager/show (line 51)
obj.addOnsWindowInstance.bringToFront();
Error in matlab.internal.addons.launchers.showManager (line 70)
matlab.internal.addons.Manager.getInstance.show(navigationData);
the ver command also shows no update:
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.8.0.1323502 (R2020a)
MATLAB License Number: *****
Operating System: Microsoft Windows 10 Pro Version 10.0 (Build 18363)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.8 (R2020a)
Simulink Version 10.1 (R2020a)
Control System Toolbox Version 10.8 (R2020a)
Data Acquisition Toolbox Version 4.1 (R2020a)
Image Processing Toolbox Version 11.1 (R2020a)
MATLAB Coder Version 5.0 (R2020a)
MATLAB Compiler Version 8.0 (R2020a)
MATLAB Compiler SDK Version 6.8 (R2020a)
Parallel Computing Toolbox Version 7.2 (R2020a)
Signal Processing Toolbox Version 8.4 (R2020a)
Simscape Version 4.8 (R2020a)
Simscape Electrical Version 7.3 (R2020a)
Simulink Check Version 4.5 (R2020a)
Simulink Coder Version 9.3 (R2020a)
Simulink Coverage Version 5.0 (R2020a)
Stateflow Version 10.2 (R2020a)
>>
can you help me with this?
Best regards,
Frans Bijkerk
11 Comments
Andreas Goser
on 25 Nov 2020
FYI, I will attempt to remove the license number from the inital post. It is not ideal to publish it to the world.
Answers (2)
Fangjun Jiang
on 20 Aug 2020
Edited: Fangjun Jiang
on 20 Aug 2020
Your update is not installed. Should look like this:
>> ver matlab
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.8.0.1417392 (R2020a) Update 4
Click Help-> Check for Updates. Update 5 is available now. Maybe install it from there.
5 Comments
Md Noor Islam
on 4 Sep 2020
I have updated the MATLAB
ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.8.0.1451342 (R2020a) Update 5
But get the same error when press Add-Ons. Does anyone find any solution?
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!