-nodesktop 在一个终端里启动 MATLAB 而没有图形界面 - 加载的非常迅速。
-nosplash 在启动 MATLAB 时不显示启动界面。
-nojvm 不启动 Java 支持。这也导致 -nodesktop.
-r "command" 启动 MATLAB 并执行给定的命令。
-h 显示更多选项。
matlab [-? ^| -h ^| -help]
[-c licensefile]
[-nosplash]
[-nodesktop ^| -nojvm]
[-win32]
[-r MATLAB_command]
[-logfile log] [-timing]
[-wait]
[-noFigureWindows]
[-automation] [-regserver] [-unregserver]
-?^|-h^|-help - 互助-显示参数。不要开始MATLAB的。
-c licensefile - Set location of the license file that MATLAB
should use. It can have the form port@host.
The LM_LICENSE_FILE and MLM_LICENSE_FILE
environment variables will be ignored.
设置MATLAB的许可文件的位置
应该使用。它可以有形式的@主机端口。
在LM_LICENSE_FILE和MLM_LICENSE_FILE
环境变量将被忽略。
-nosplash - Do not display the splash screen during startup.
-nodesktop - Do not start the MATLAB desktop. Use V5 MATLAB
command window for commands. The Java virtual
machine will be started.
-nojvm - Shut off all Java support by not starting the
Java virtual machine. In particular the MATLAB
desktop will not be started.
关闭了所有的不支持Java启动
Java虚拟机。特别是在MATLAB
台式机将无法启动。
-win32 - forces matlab to run in win32 mode even on 64 bit
processors. Should always be used before -timing
switch
-r MATLAB_command - Start MATLAB and execute the MATLAB_command.
Any "M" file must be on the MATLAB path.
启动MATLAB和执行MATLAB_command。
任何“M”的文件必须在MATLAB的路径。
-logfile log - Make a copy of any output to the command window
in file log. This includes all crash reports.
-timing - Print a summary of startup time to the command
window. It is also recorded in a timing log,
the name of which is printed to the MATLAB
command window.
-wait - MATLAB is started by a separate starter program
which normally launches MATLAB and then immediately
quits. Using the -wait option tells the starter
program not to quit until MATLAB has terminated.
This option is useful when you need to process the
the results from MATLAB in a script. The call to
MATLAB with this option will block the script from
continuing until the results are generated.
-noFigureWindows - Never display a figure window
-automation - Start MATLAB as an automation server,
minimized and without the MATLAB splash screen.
-regserver - Register MATLAB as a COM server
-unregserver - Remove MATLAB COM server registry entries.
-sd startup directory- Allows specification of the MATLAB startup
directory. The token $documents can be used
to reference the Windows "Documents" folder
-shield level - Win32 only: Protects integrity of address space to ensure
large contiguous free memory for array data
level - minimum (default)
protects 0x5000000-0x7000000 address range
until before matlabrc.m is processed
- none (safest) no protection is applied
The following are experimental and may be changed or removed:
- medium (aggressive) protects 0x5000000-0x7000000 address range
until after matlabrc.m is processed
- maximum (very aggressive) calculated maximum range
held until after matlabrc.m is processed
-shieldload <list> - Win32 only: (experimental) loads dlls identified in comma separated list
Version: 7.8.0,347 %%%%%%%这就是传说的matlab2009b%%%%%%%

其中无图形界面模式在linux下很快很方便,不用去看难看的java界面和一个个恶心的方框,
在windows中上述选项同样有用,但实验表明无图形模式在windows中启动速度很慢。。。