Prev: Speed up this for loop!
Next: help with command pdepe
From: LiTongmu.USTC on 9 Apr 2010 22:09 Hi all, I am running matlab on Ubuntu 9.10. Now I am wondering whether I can running matlab without opening matlab gui. Basically, I want to using matlab command just in terminal. However, the problem is if I type "matlab", it opens the matlab gui. So if matlab can be opened just in terminal instead of gui, which command would do the job? Thanks in advance. Tongmu
From: Ulf Graewe on 10 Apr 2010 04:14 "LiTongmu.USTC" <litongmu.ustc(a)gmail.com> wrote in message <640557539.533575.1270879771115.JavaMail.root(a)gallium.mathforum.org>... > Hi all, > > I am running matlab on Ubuntu 9.10. Now I am wondering whether I can running matlab without opening matlab gui. Basically, I want to using matlab command just in terminal. However, the problem is if I type "matlab", it opens the matlab gui. > > So if matlab can be opened just in terminal instead of gui, which command would do the job? > > Thanks in advance. > > Tongmu in the terminal: matlab -nojvm also look for: matlab startup options in the documentation.
From: Doug Schwarz on 10 Apr 2010 09:45 In article <hppc0g$gps$1(a)fred.mathworks.com>, "Ulf Graewe" <ulf.graewe(a)io-warnemuende.de.skip.this> wrote: > "LiTongmu.USTC" <litongmu.ustc(a)gmail.com> wrote in message > <640557539.533575.1270879771115.JavaMail.root(a)gallium.mathforum.org>... > > Hi all, > > > > I am running matlab on Ubuntu 9.10. Now I am wondering whether I can > > running matlab without opening matlab gui. Basically, I want to using > > matlab command just in terminal. However, the problem is if I type > > "matlab", it opens the matlab gui. > > > > So if matlab can be opened just in terminal instead of gui, which command > > would do the job? > > > > Thanks in advance. > > > > Tongmu > > in the terminal: > matlab -nojvm > > also look for: > matlab startup options in the documentation. Strictly speaking, matlab -nodesktop would be sufficient since -nojvm turns off all Java functionality which is used for plotting and lots of other things besides the Desktop interface. -- Doug Schwarz dmschwarz&ieee,org Make obvious changes to get real email address.
|
Pages: 1 Prev: Speed up this for loop! Next: help with command pdepe |