regarding the startup options

1 view (last 30 days)
Ray Lee
Ray Lee on 8 Mar 2016
Commented: Ray Lee on 8 Mar 2016
How do I know if it's ok to run my script with '-nojvm'?
And what's the difference between '-nodesktop' and '-nodispaly -nosplash'?

Accepted Answer

Steven Lord
Steven Lord on 8 Mar 2016
Does your script use any Java objects or graphics? If so, it will likely fail to run under -nojvm. If you want to guard your code and test whether or not Java is available, use JAVACHK or USEJAVA.
As for the startup options, '-nosplash' causes MATLAB to launch without displaying the splash screen as described in the documentation.
  1 Comment
Ray Lee
Ray Lee on 8 Mar 2016
All are matlab script and functions, no figure is plotted and no java class is called. I'm reading doc about `javachk` and `usejava` at http://cn.mathworks.com/help/matlab/ref/javachk.html.
Thx.
`-nodesktop` is the same as `-nodisplay`?

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!