Changes between Initial Version and Version 1 of Workshops/HowToRunMatlab2025October


Ignore:
Timestamp:
10/14/25 15:21:57 (27 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/HowToRunMatlab2025October

    v1 v1  
     1[[PageOutline]]
     2= HPC Workshop Fall 2025 =
     3= How to run Matlab on Cypress =
     4== What is MATLAB? ==
     5MATLAB (Matrix Laboratory) is a proprietary multi-paradigm programming language and numeric computing environment developed by [https://www.mathworks.com/ MathWorks]. MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages.
     6
     7Tulane’s expanded [https://www.mathworks.com/ MathWorks] license includes access to MATLAB, Simulink, and 48 toolboxes for both on-campus and at-home software installations. For more information about MATLAB and to learn how to download and use the products, please view the article in our Knowledge Base.
     8* [https://it.tulane.edu/matlab Matlab Tulane]
     9
     10=== How to run a Matlab code on Cypress ===
     11* [[cypress/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]]
     12* [[cypress/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]]
     13* [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]]