University of Delaware students, faculty, and staff can download software licensed for their use from UDeploy.

MATLAB for Faculty and Staff

Overview

  • The University of Delaware has a site license from Mathworks to allow a copy of Matlab to be placed on current faculty, staff, and all UD-owned computers at the University of Delaware.
  • Using our version of MATLAB requires a persistent network connection to the UD License servers.
    • For off-campus access, you must use the UD VPN.
    • If you require MATLAB to run without an internet connection you must purchase a stand-alone copy from MathWorks.
  • The UD license server currently has tokens (number of licenses) for core MATLAB and about 50 toolboxes.

The current version of MATLAB is R2024b Update 5

Installation Overview

  • Review system requirements and platform roadmap before downloading.
  • Students who wish to install Matlab on their personal computer must purchase a student edition copy from MathWorks.
  • UD faculty and staff may install a network version of MATLAB on UD-owned or their personally-owned computers.
  • When you leave the University, you must remove your copy of the software from your personally owned computer, or replace it with Mathworks' commercial version. If you have questions about your eligibility for this program, contact the IT Support Center at 831-6000.

Installation Steps

You will need to perform the following installation tasks. An installation guide is also included in the .ISO image for Linux & Windows
  1. Download the appropriate software for your OS (Mac, Windows or Linux) from the menu on the right.
  2. Make sure to copy the File Installation Key (License Code) located on the software download page in Step 1.
  3. You must download the license.dat file separately, from the menu on the right.
  4. Now, run the installer:

Windows:

  • Double-click on the downloaded .iso file. This will mount the drive in the next available drive letter.
  • Navigate to the mounted drive and double-click on the setup.exe icon in the extraction folder.
  • Accept extraction defaults and allow the Visual C++ installer to proceed.

Mac:

  1. Double-click on the downloaded .dmg file. This will mount a drive image onto your desktop.
     
  2. The MATLAB version for macOS Apple Silicon requires that a JAVA runtime be installed. See https://www.mathworks.com/support/requirements/apple-silicon.html for details.
     
  3. Navigate to the mounted drive image and double-click either the InstallForMacOSAppleSilicon, or InstallForMacOSIntelProcessor icon. CAUTION: The installer may take a long time to open, up to 5 minutes or more, depending on your Mac configuration.
     
  4. Enter your Mac password if a dialog box comes up stating,"MathWorksProductInstaller wants to make changes" and click on OK.
     
  5. When the installation app opens, DO NOT enter your Mathworks account information. INSTEAD, choose "I have a File Installation Key" from the Advanced Options dropdown menu at the top right of the window.
     
  6. Accept the terms of the license agreement and click on Next.
     
  7. Copy and paste the File Installation Key that you copied when you downloaded that MATLAB program above (long number with dashes listed as License Code) and click the Next button.
     
  8. On the Select license file (optional) screen, browse for the license.dat file you downloaded from UDeploy and click Next.
     
  9. Click Next on the Select destination folder screen.
     
  10. Enter your Mac password when the dialog box comes up again stating,"MathWorksProductInstaller wants to make changes" and click on OK.
     
  11. Make sure Select All, or the individual products that you want installed are selected on the Select products screen, and then click Next.
     
  12. Click or unselect the option on the Select options screen and press Next.
     
  13. Click Begin Install on the Confirm selections screen.
     
  14. MATLAB will install.
     
  15. When you see the Installation Complete screen, click the Close button.
     
  16. If you are off campus, connect to the UDel VPN. Otherwise, find MATLAB_R2024b in your Mac's Applications folder and double-click it.
     
  17. MATLAB will start.
     

Linux

  1. Mount the .iso file.
  2. Run the install file with root credentials.
  3. If doing so from a terminal window this command is: ./install or sudo ./install
  4. or if you are installing without a GUI installed then use: ./install -t or sudo ./install -t
  5. Next, select the installation method:
    • DO NOT enter anything in the Enter Activation Key field of the Licensing window.
    • Instead, select Use a File Installation Key from the Advanced Options button on the top right of the Licensing window.
    • Accept the terms of the license agreement and click Next.
    • Copy and paste the File Installation Key that you copied when you downloaded that MATLAB program above (long number with dashes listed as License Code).
    • Click Next.
    • Accept defaults on the following screens.
    • Point to the license.dat file that you downloaded in Step 3 above, located in your local Downloads folder or wherever you saved it to.
    • Select Install.
  6. After installation you may delete the downloaded and extracted files.

Notes

  • To run Matlab while off-campus you must run the VPN client.
  • To run Matlab from a terminal window on Linux, put /usr/local/MATLAB/R2024b/bin in your PATH.
  • To run Matlab from a terminal window on Mac, put /Applications/MATLAB_R2024b.app/bin in your PATH.

Troubleshooting