Run Matlab in Linux without graphical environment?

后端 未结 5 1312
情深已故
情深已故 2021-02-04 07:54

I am going to run a Matlab program in a remote Linux server using SSH. I was wondering how to run Matlab in Linux with only command line, which means there is no graphical envir

5条回答
  •  感动是毒
    2021-02-04 08:18

    The command is matlab -nodesktop.

    http://www.mathworks.de/help/techdoc/ref/matlabunix.html

提交回复
热议问题