Download the dvd iso files.
Make a directory for mounting the iso files
mkdir matlab_mount
- Mount the iso file
sudo mount -o loop $PATHTOISO/XXXdvd1.iso matlab_mount/
- Use install file to install
sudo ./matlab_mount/install
- When it prompts you to insert the second DVD, mount the second iso to the same directory, and then press to continue
sudo mount -o loop $PATHTOISO/XXXdvd2.iso matlab_mount/
- Follow the instruction and install/activate it. Unmount it using the command twice. And then remove the directory.
umount matlab_mount/
umount matlab_mount/
rm -r matlan_mount/
- If you want to reactivate, go to the matlab directory and run the activate script.