How to run matlab from command line
Sometimes it is useful to have several matlab instances running, and maybe you don’t want to open many graphical windows:
matlab -r -nosplash -nodesktop
HTH
ps: I don’t like matlab, I use it because I have to, not because I want to.