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

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:

IMPORTANT: The Macintosh versions of the current clients for Apple Silicon & Intel CPUs DO NOT have full disk image (DMG) installers available yet. They are ONLINE installers. Follow these step-by-step instructions to install:

  1. Downloads linked here for these are online installers, i.e., you MUST be connected to the internet and be signed in to a Mathworks account (free, create here) when installing the software since the installer program will download the required files over the internet.
     
  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. Double-click the InstallForMacOSAppleSilicon or InstallForMacOSIntelProcessor installer you downloaded from UDeploy.
     
  4. Enter the email you used to set up your Mathworks account.
     
  5. Enter your Mathworks account password.
     
  6. Accept the terms and click on Next.
     
  7. Click Next on the Select License screen.
     
  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. macOS will ask for your Mac password. Enter it, and click on OK.
     
  11. Make sure Select All or the individual products 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.
     
  17. Otherwise, find MATLAB_R2024b in your Mac's Applications folder and double-click it.
     
  18. 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/R2022b/bin in your PATH.
  • To run Matlab from a terminal window on Mac, put /Applications/MATLAB_R2022b.app/bin in your PATH.

Troubleshooting