Running MATLAB Non-interactively

I was working with a grad student this weekend to take advantage of compute resources effectively, and one of the questions that came up was how run Matlab non-interactively as well as persistently.

To run Matlab persistently (so it doesn’t die when you log out), “screen” can be used as described at this link.

To run Matlab non-interactively, I found a concise and useful page with instructions and explanations: http://people.scs.fsu.edu/~burkardt/m_src/matlab_batch/matlab_batch.html .

Post a Comment

Your email is never published nor shared. Required fields are marked *