ubuntu - MATLAB still opens GUI after -nodesktop and -nosplash options -
i want open matlab without gui, pretty running linux terminal. reason adding -nodesktop , -nosplash flags aren't working. maybe there must sort of default settings, overwriting these flags? there way check this? maybe i'm missing flag?
$ matlab -nodesktop -nosplash
other details: matlab 2012b, ran on ubuntu 12.04.
running:
$ matlab -nodesktop -nosplash -nojvm -nodisplay
doesn't work either.
you try workaround, worked me in simple test (though i'm not running ubuntu 12.04, ymmv):
before call matlab
, set display
variable non-valid value. instance:
export display=:10.0 matlab
for me, produces terminal matlab session without display or splash, without command-line options.
Comments
Post a Comment