compiler.runtime.download

Download MATLAB Runtime installer

Description

example

compiler.runtime.download downloads the MATLAB® Runtime installer matching the version and update level of MATLAB from where the command is executed. If the installer has already been downloaded to the machine, it returns a message stating that the MATLAB Runtime installer exists and specifies its location.

Examples

collapse all

compiler.runtime.download
Downloading MATLAB Runtime installer. It may take several minutes...

MATLAB Runtime installer has been downloaded to:
 "C:\Users\username\AppData\Local\Temp\username\MCRInstaller9.4\MCR_R2018a_win64_installer.exe"

If you already have downloaded the latest version of the MATLAB Runtime installer, this command gives following result on Windows®:

compiler.runtime.download
An existing MATLAB Runtime installer was found at:
 "C:\Users\username\AppData\Local\Temp\username\MCRInstaller9.4\MCR_R2018a_win64_installer.exe"
Introduced in R2018a