Please see locally developed materials to help you use Matlab in EE 445S:
Here are excellent Matlab tutorials:
To add a directory of Matlab functions to the Matlab search path, please use
addpath(directory);The directory would be enclosed in single quotes, e.g.
addpath('C:\Documents and Settings\SANL\My Documents\SRD-MatlabFiles');See
help path
for more information.
The following additional Matlab commands may be useful:
cd
: change directories (without an argument,
it prints the working directory)
dir
: lists the contents of the current working
directory
pwd
: prints working directory
To use Matlab remotely on a Linux workstation, you will need to install
When running PuTTY within X windows, it is helpful to enable forwarding of X windows settings.Linux workstations available for remote login
Once logged into a remote workstation, here are the commands to run Matlab:
module load matlab matlab &