In order to support the latest version of MATLAB, we are moving the license server to a new environment. License files obtained since March 2011 are expected to work without interruption.
If you encounter any issues accessing MATLAB from off-campus, please establish a connection through the VPN (Virtual Private Network). This will get you around any firewalls that may be blocking the connection.
MATLAB is a high-level interpreted programming language particularly suited to calculations involving vectors and matrices.
For example:
Fs = 1000;
t = [0 : 1/Fs : 10]; % t-values are 0.001 apart
y = sin(t); % sin of vector of t-values
plot(t, y)
MATLAB is a product of The MathWorks.
License fees must be paid through the Scientific Computing Webstore to use Matlab for research. More information.
An introduction to Matlab course is regularly offered through IST's Software for the Academic Workplace program. The course notes and sample Matlab files from the course are available. You can register for courses online.
The Matlab Mastery course is a series of 20-30 minute lessons.
The MathWorks provides a self-paced tutorial that runs a total of 90 minutes. You can take the entire tutorial or select an individual chapter specific to your needs.
Last updated
September 20, 2011
.
Maintained by: IST Scientific Computing Support.
Octave: a MATLAB Work-alike