Windows
- Double-click the downloaded ISO archive to mount it to a drive. The ISO archive appears under This PC, as if it were a physical disk.
- Windows 7 and older do not natively support mounting an ISO archive. As an alternative, you can extract the ISO files to your computer using a third-party tool, such as 7Zip.
- To install products, double-click the setup.exe file included in the mounted archive and follow the installer prompts.
- Instead of mounting the archive, you can right-click the archive to burn the disc image to a DVD.
- If you are installing a multi-DVD release (R2016a to R2018b), dismount the first disk, and then mount the second disk to the first disk’s mounted location. For example, if you mounted disk 1 to the D: drive, eject disk 1 and double-click disk 2 to also mount it to the D: drive. Alternatively, you can merge the ISOs, as described in this support article.
macOS
- Double-click the downloaded DMG archive to mount it to a drive, as if it were a physical disk.
- To install products, double-click the InstallForMacOS<OSName>.app file included in the mounted archive and follow the installer prompts.
- Instead of mounting the archive, you can use Disk Utility (located in /Applications/Utilities) to burn the archive to a DVD.
Linux
- Create a folder to use as a mount point.mkdir /media/mathworks
- Mount the downloaded ISO archive to that folder. For example, this command mounts an ISO located in the Downloads subfolder of a user’s home folder.mount -t iso9660 -o loop ~/Downloads/R20XXy_Update_N_Linux.iso /media/mathworks
- Navigate to the mount point:cd /media/mathworks
- To install products, run the install script included in the mount point and follow the installer prompts../install