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 environment?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start MatLab with the following flags
-nodesktopprevents the desktop-nojvmprevents starting of the java virtual machine-nosplashprevents the start-up splash screen.Note, that, as Li-aung Yip noted in the comments, Mathworks does not recommend to use the
-nojvmflag.