Wednesday, November 7, 2012

Remote Connection to Matlab on a Linux Server from your Mac

Here comes the instructions:

  1. Type "xhost +" at the command line
  2. Enter "ssh -Y {username}@{server address}" replacing {username} and  {server address} with the appropriate handle
  3. Type "matlab"


Simple & easy :)