Skip to content

Instantly share code, notes, and snippets.

@eccstartup
Created October 20, 2014 15:27
Show Gist options
  • Save eccstartup/a9f2b5ec3ce87b9783fb to your computer and use it in GitHub Desktop.
Save eccstartup/a9f2b5ec3ce87b9783fb to your computer and use it in GitHub Desktop.
#!/bin/bash
export here=`pwd`
cd /Applications/MATLAB_R2014a.app/bin
./matlab -nodesktop -r 'cd $here'
unset here
@eccstartup
Copy link
Author

Use MATLAB in Yosemite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment