Skip to content
Brian E. Granger edited this page Jan 25, 2015 · 2 revisions

Matlab R2013b is installed in /nfsopt/matlab/R2013b. To run Matlab, you will need to add the following directory to your .bashrc file:

export PATH=/nfsopt/matlab/R2013b/bin:$PATH

To run the standard Matlab user interface, type

matlab

at the command line, but make sure you have ssh’d using the -Y flag to enable X11 forwarding.

Clone this wiki locally