Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. # ./matlab -h
  2.  
  3. Usage: matlab [-h|-help] | [-n | -e]
  4. [-arch | v=variant | v=arch/variant]
  5. [-c licensefile] [-display Xdisplay | -nodisplay]
  6. [-nosplash] [-mwvisual visualid] [-debug] [-softwareopengl]
  7. [-desktop | -nodesktop | -nojvm]
  8. [-r MATLAB_command] [-logfile log]
  9. [-Ddebugger [options]]
  10.  
  11. -h|-help - Display arguments.
  12. -n - Display final environment variables,
  13. arguments, and other diagnostic
  14. information. MATLAB is not run.
  15. -e - Display ALL the environment variables and
  16. their values to standard output. MATLAB
  17. is not run. If the exit status is not
  18. 0 on return then the variables and values
  19. may not be correct.
  20. -arch - Start MATLAB assuming architecture arch.
  21. v=variant - Start the version of MATLAB found
  22. in bin/glnxa64/variant instead of bin/glnxa64.
  23. v=arch/variant - Start the version of MATLAB found
  24. in bin/arch/variant instead of bin/glnxa64.
  25. -c licensefile - Set location of the license file that MATLAB
  26. should use. It can have the form port@host or
  27. be a colon separated list of license files.
  28. The LM_LICENSE_FILE and MLM_LICENSE_FILE
  29. environment variables will be ignored.
  30. -display Xdisplay - Send X commands to X server display, Xdisplay.
  31. -nodisplay - Do not display any X commands. The MATLAB
  32. desktop will not be started. However, unless
  33. -nojvm is also provided the Java virtual machine
  34. will be started.
  35. -nosplash - Do not display the splash screen during startup.
  36. -mwvisual visualid - The default X visual to use for figure windows.
  37. -debug - Provide debugging information especially for X
  38. based problems.
  39. -desktop - Allow the MATLAB desktop to be started by a
  40. process without a controlling terminal. This is
  41. usually a required command line argument when
  42. attempting to start MATLAB from a window manager
  43. menu or desktop icon.
  44. -nodesktop - Do not start the MATLAB desktop. Use the current
  45. terminal for commands. The Java virtual machine
  46. will be started.
  47. -nojvm - Shut off all Java support by not starting the
  48. Java virtual machine. In particular the MATLAB
  49. desktop will not be started.
  50. -jdb [port] - Enable remote Java debugging on port (default 4444)
  51. -r MATLAB_command - Start MATLAB and execute the MATLAB_command.
  52. -logfile log - Make a copy of any output to the command window
  53. in file log. This includes all crash reports.
  54. -Ddebugger [options] - Start debugger to debug MATLAB.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement