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 R2024a

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:
      1. Windows:
        1. Double-click on the downloaded .iso file. This will mount the drive in the next available drive letter.
        2. Navigate to the mounted drive and double-click on the setup.exe icon in the extraction folder.
        3. Accept extraction defaults and allow the Visual C++ installer to proceed.
      2. Mac:
        1. NOTE: 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.
        2. Double-click on the downloaded .dmg file to open the disk image and double-click the InstallForMacOSX icon to begin the installation.
      3. 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:
    1. DO NOT enter anything in the Enter Activation Key field of the Licensing window.
    2. Instead, select Use a File Installation Key from the Advanced Options button on the top right of the Licensing window.
  6. Accept the terms of the license agreement and click 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).
  8. Click Next.
  9. Accept defaults on the following screens.
  10. 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.
  11. Select Install.
  12. 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/R2022a/bin in your PATH.
  • To run Matlab from a terminal window on Mac, put /Applications/MATLAB_R2022a.app/bin in your PATH.

Troubleshooting