Skip to content
Brian E. Granger edited this page Sep 15, 2017 · 2 revisions

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

PATH=/nfsopt/matlab/R2017A/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