matlab

Online documentation:


matlab -help


    Usage:  matlab [-h|-help] | [-n] [-arch | -ext | -arch/ext]
                   [-c licensefile] [-display Xdisplay | -nodisplay]
                   [-nosplash] [-mwvisual visualid] [-debug]
                   [-nodesktop | -nojvm] [-runtime] [-check_malloc]
                   [-r MATLAB_command] [-Ddebugger [options]]

    -h|-help             - Display arguments.
    -n                   - Display final environment variables,
                           arguments, and other diagnostic information.
    -arch                - Start MATLAB assuming architecture arch.
    -ext                 - Start the version of MATLAB with
                           extension ext if it exists.
    -arch/ext            - Start the version of MATLAB with
                           extension ext if it exists assuming
                           architecture arch.
    -c licensefile       - Set LM_LICENSE_FILE to licensefile.
                           It can have the form port@host.
    -display Xdisplay    - Send X commands to X server display, Xdisplay.
    -nodisplay           - Do not display any X commands. The MATLAB
                           desktop will not be started. However, unless
                           -nojvm is also provided the Java virtual machine
                           will be started.
    -nosplash            - Do not display the splash screen during startup.
    -mwvisual visualid   - The default X visual to use for figure windows.
    -debug               - Provide debugging information especially for X
                           based problems.
    -nodesktop           - Do not start the MATLAB desktop. Use the current
                           terminal 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.
    -runtime		   - Start MATLAB in Runtime Server mode. Required only
                           if MATLAB is run from the Runtime Development Kit.
    -check_malloc        - Turn on MATLAB memory integrity checking.
    -r MATLAB_command    - Start MATLAB and execute the MATLAB_command.
    -Ddebugger [options] - Start debugger to debug MATLAB.

    Revision #: 1.77