What You will need (if you have a windows machine)

Cygwin installation

Connecting to LRC and starting matlab

In the terminal that cygwin opened, use ssh to connect to an lrc machine

$) ssh -X "yourlogin name"@"lrc machine name".ece.utexas.edu

for instance i would type: ssh -X sreangsu@linux04.ece.utexas.edu

After you have logged in you have to enter

$) module load matlab

$) matlab

The matlab window whould open up. In case module command does not work, type

$) resetenv

and follow the instructions to fix your environment variables and then restart matlab as above.

Speeding up the connection

If you use the gui of matlab, it is going to be slooow. Using lbx might speed things up, your milage will vary. On the Lrc machine, type:

$) lbxproxy

It will respond with a port number (say its 42). Then type

$) export $DISPLAY="lrc machine name".ece.utexas.edu:42

$) xhost + "lrc machine name".ece.utexas.edu

then start up matlab as before.