MATLAB: Am I unable to install a MATLAB update for R2018b and newer

Why am I unable to install a MATLAB update for R2018b and newer?

Best Answer

There are a few ways to install a MATLAB update, and you will want to try both the online, and offline methods. Please try both methods both as your user, and with administrative permissions.
Online update installer:
You can run the online update installer manually at the following paths.
Windows:
C:\Program Files\MATLAB\R20XXx\bin\win64\update_installer.exe
Linux:
/usr/local/MATLAB/R20XXx/bin/glnxa64/update_installer
Mac
/Applications/MATLAB_R20XXx.app/bin/maci64/update_installer
Offline Update Installer:
To download a MATLAB Update, please follow the steps below:
  • Navigate to <https://www.mathworks.com/downloads>
  • Click the release you wish to apply an update to
  • After selecting the release, in Related Links, click Get R20XXx Updates
  • On this page, in Related Links, click R20XXx Administrator Update Package for Offline Installation
  • This page will have the most recent update. If you want previous updates, in Related Links, click Get R20XXx Updates
To install the MATLAB update you downloaded please use the steps below:
  • Unzip the downloaded update package from the site
  • Run the update_installer for your MATLAB installation with the - updatepackage flag <path to the unzipped folder>
  • Windows: C:\Program Files\MATLAB\R20XXx\bin\win64\update_installer.exe -updatepackage C:\Users\%username%\Downloads\R20XXx_Update_X_Windows_package
  • Linux: /usr/local/MATLAB/R20XXx/bin/glnxa64/update_installer -updatepackage ~/Downloads/R20XXx_Update_X_Linux_package
  • Mac: /Applications/MATLAB_R20XXx.app/bin/maci64/update_installer -updatepackage R20XXx_Update_X_MacOS_package
Note: You want to point the updatepackage flag at the folder you unzipped the download into. Do not point the update installer at R20XXx or R20XXx_Update_X folders.
If the update installer continues to encounter issues please find the installation log, and contact MathWorks installation support. You can find the installation log using the article below.
Where are the MATLAB Installation and Activation log files located?