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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -