How can I create graphics objects after launching MATLAB without a full desktop from the command line in MATLAB 8.1 (R2013a)?
Show older comments
Prior to MATLAB 8.1 (R2013a), I was able to launch MATLAB from my Linux terminal with the "-nojvm" option as follows:
matlab -nojvm
and then create graphics objects in MATLAB, such as a figure window, as follows:
figure
However, now in MATLAB R2013a, I receive the following error message:
Error using figure
This functionality is no longer supported under the -nojvm startup option. For more information, see "Changes to -nojvm Startup Option" in the MATLAB Release Notes. To view the release note in your system browser, run web('<http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6'>, '-browser').
How can I launch MATLAB without the MATLAB desktop interface and still be able to use graphics objects?
Accepted Answer
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!