To move a current copy of MATLAB® to another computer, you must uninstall it from the computer it is currently installed on. In this case, do not deactivate the software. You can then install MATLAB on another computer.
If you no longer have a valid license and just want to remove the software from your computer, it is best to deactivate before removing your installation. For more information about deactivating software, see Deactivate Your Installation.
If you need assistance for any part of this process, Contact Support.
The method you use to uninstall MathWorks® software from your computer varies, depending on your platform.
To uninstall MathWorks products from your computer:
Exit MATLAB.
Start the uninstaller, using any of the following methods.
On computers running Windows® 10, go to MATLAB R2021a and open the folder. Right-click MATLAB inside the folder, and select Uninstall.
On computers running Windows 7, click the Start menu, and select Control Panel. In the Control Panel, select Uninstall a Program in the Programs category. From the list of products displayed, click MATLAB R2021a.
Assuming you selected the default folder when you installed MATLAB, navigate to C:\Program Files\MATLAB\R2021a\uninstall\bin\win64
. If you installed in a different
folder, navigate there instead. Double-click the uninstaller executable,
uninstall.exe
.
To use the uninstaller properties file (uninstaller_input.txt) to run the uninstaller noninteractively, see Uninstall Products Noninteractively.
In the Uninstall Products dialog box, select the products you want to remove and click Uninstall.
If you select MATLAB, you automatically remove all other MathWorks products.
You might receive a message telling you that the product you want to uninstall has other products that depend on it. For example, most MathWorks products require the MATLAB product. To close the message and continue removing products, click OK. To change the products you had selected for deletion, click Cancel.
If you also want to remove your MATLAB user preferences, click the Uninstall MATLAB preference files
(including Command History) check box. By default, the uninstaller does
not delete these preference files. MATLAB preference files contain your environment settings, such as command
history and Help favorites. To find where MATLAB stores your preferences, use the prefdir
command at
the MATLAB prompt, as in the following example:
prefdir
ans =C:\Users\username\AppData\Roaming\MathWorks\MATLAB\R2021a
is the user name (login
name) of the person who runs MATLAB on this computer.username
(Optional) Choose whether to delete download archive files. If your MATLAB installation folder contains the archive files for downloaded products,
the uninstaller displays a message asking if you want to delete these archive files.
The installer stores these archive files in the
folder of your
installation. To remove these files, click Yes.matlabroot
\archives
To proceed with the removal, click the Uninstall button. The uninstaller displays the status of the operation as it progresses and displays a dialog box when the operation is complete. Click Finish to exit the uninstaller. When you uninstall a MATLAB installation, the uninstaller displays a dialog box suggesting that you deactivate the installation. For more information about deactivation, see Deactivate Your Installation.
Exit the MATLAB program.
Enter this command at the Linux prompt, where
represents the name of
your top-level MATLAB installation folder:matlabroot
rm -rf matlabroot
To uninstall MATLAB:
Get the user name and password of an administrator account on the macOS computer. Depending on where you installed MATLAB software, you might need administrator privileges to remove it.
Exit MATLAB.
Navigate to your MATLAB installation folder. For example, the installation folder might be named
MATLAB_R2021a.app
in your Applications
folder.
Drag your MATLAB installation folder to the trash, and then select Empty Trash from the Finder menu.
If you need to deactivate the software, see Deactivate Your Installation.
To run the uninstaller noninteractively:
Create an uninstaller properties file.
Make a copy of the uninstaller properties file template, named
uninstaller_input.txt
, located in the uninstall
folder in your MATLAB installation folder. For example, on a Windows computer, you might execute this command:
copy matlabroot\uninstall\uninstaller_input.txt C:\temp\my_uninstall.txt
Open your uninstaller properties file using any text editor, and enter values for
all the specified parameters. For example, you can specify the name of the output log
file using the outputFile=
parameter. The template contains detailed
descriptions of each parameter with examples.
By default, the uninstaller removes all the products in a particular MATLAB installation, however, you can specify which products to delete. In the
product list in the template, remove the comment character at the beginning of the
product name. In silent mode, if you specify a product for deletion that is not one of
your installed products, the uninstaller exits and writes a message to your log file. If
you specified mode=automated
, the uninstaller displays the Product
Selection dialog box and pauses, waiting for you to adjust the product selection.
Save your changes to the file.
Run the uninstaller (uninstall.exe
), using the
-inputFile
flag to specify the properties file as a command-line
argument.
For example, click Start and select the
Run option. In the Run dialog box, enter the
uninstall
command, specifying the full path of the properties file
as a command-line argument:
uninstall.exe -inputFile C:\temp\my_uninstall.txt