How do I invoke the various startup options for MATLAB, such as "nojvm" or "nodesktop", on a Windows machine?

I would like to use the various startup options for MATLAB, such as "nojvm" or "nodesktop", on a Windows machine.

 Accepted Answer

To start MATLAB with an option on a Windows machine, you need to modify the "Target" of the shortcut. To do this:
1. Right-click on the Shortcut icon, and select "Properties".
2. Select the "Shortcut" tab.
3. Modify the "Target" field by appending the desired option. For example:
D:\Applications\MATLAB\bin\win32\matlab.exe -nodesktop
Alternatively, you can run MATLAB from a DOS prompt and specify an option:
C:\> matlab -nodesktop

More Answers (0)

Categories

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!