MATLAB: How to save files to Mac through MATLAB accessed remotely

macremotesave

I am running MATLAB remotely on my Mac but I cannot figure out how to save my workspace in a way where I can access the m file from Finder. Thoughts?

Best Answer

If I run matlab remotely, I use save to save to the file system of the remote machine. Next, I copy these files to my machine using an external program, such as scp. Or I set up a Dropbox on the remote machine, let Matlab write to the remote Dropbox folder and let Dropbox synchronise to the local machine.
I am aware of no direct way to save results across networks from within Matlab.
Related Question