Stanford provides a campus wide Matlab license that everyone can connect to. This section will get your computer set up to use it.
ssh -X jlg@corn.stanford.edu
module load matlab
mkdir pRFtutorial cd pRFtutorial wget http://gru.stanford.edu/pub/pRFtutorial/pRF.mat wget http://gru.stanford.edu/pub/pRFtutorial/pRFCorr.m wget http://gru.stanford.edu/pub/pRFtutorial/pRFCorrInstructor.m
matlab -nodesktop
Warning: No display specified. You will not be able to display graphics on the screen.
Another possible problem is that you may not be able to load the module, and you will see the following
module: Command not found.
If you see this message after typing “module load matlab”, this means you have an older account where the module environment is not set up properly. Follow instructions here. If everything went well, you should see the following