How do I install MathWorks products using an ISO or DMG image?

1.009 visualizaciones (últimos 30 días)
How do I install MathWorks products using an ISO or DMG image?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 30 de Abr. de 2023
Editada: MathWorks Support Team el 27 de Feb. de 2023
A ISO file is an archive file of an optical disc, typically a DVD. ISO archives can be burned to actual discs, however many operating systems can mount them directly, mimicking the behavior of physical media.
1. Obtain MATLAB installer in ISO archive format. See “How do I download a MATLAB ISO archive?”
You must be a license administrator to download an ISO archive of the MATLAB installer.
 
2. Mount or burn the ISO archive
Windows
On Windows 8.1 and newer, double-click an ISO archive to mount it. The ISO archive will appear under “This PC” as if it were an actual disk. Alternatively you can right-click an ISO archive to burn it to a DVD. Run "setup.exe" to run the installer once the archive or DVD has been mounted.
If you are installing a multi DVD release, be sure that you dismount the first disk, and then mount the second disk to the same location as where the first disk had been mounted to proceed. For example, Windows users will need to eject disk 1, and then mount disk 2, making sure if disk 1 had been D:, that disk 2 becomes mounted as D:.
Windows 7 and older cannot mount an ISO archive without third party software. Attempting to open an ISO archive on Windows 7 will result in a prompt to burn the ISO archive to a DVD.
macOS
On macOS, double-click an ISO archive to mount it as if it were a physical disk. Alternatively, use Disk Utility (located in /Applications/Utilities) to burn the ISO archive to a DVD. Run "InstallForMacOSX.app" to run the installer once the archive or DVD has been mounted.
Linux
On Linux, you can mount an ISO archive if you create a mount point for it. This procedure may vary depending on your Linux distribution and configuration, however the following steps should work for most Red Hat and Debian-based distributions.
  1. Create a folder to use as a mount point.
mkdir /media/mathworks
  1. Mount the ISO to that folder. In this example, the ISO is called “matlab.iso” and is located in the user’s home folder under Downloads:
mount -t iso9660 -o loop ~/downloads/matlab.iso /media/mathworks
  1. Navigate to the mount point:
cd /media/mathworks
  1. Run the installer script:
./install
Alternatively you can merge the ISO's into a single installation package if you do not want to mount or burn the ISO to disks. The instructions for this process can be found in the link below:How can I obtain a single installation package for MATLAB with the ISOs (Merge the ISO Images)?
3. Installation
If your computer is connected to the internet see How do I install MATLAB automatically using the Internet?
If your computer is not connected to the internet see How can I install MATLAB or other MathWorks products on an offline machine?

Más respuestas (1)

Muhammad Awais Manzoor
Muhammad Awais Manzoor el 11 de Feb. de 2018
After downloading iso formats of both cd. cd1(around 7 GB) and cd2(arounf 2.5 GB), do the following steps: 1). Unmount CD1 and install that.
2). then it would ask you to eject cd1 and insert CD2 at this point you have to open My Computer and from there you have to eject CD1 by right clicking on it.(but rememeber the drive name)
3). Now unmount CD2(but be careful because the drive name for CD2 must match the drive name of CD1).
4). Now press OK on the pop up which was asking for inserting CD2.
Done. Now it should be installed.
That worked for me and i hope that would work for everyone.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2008b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by