About 23,900 results
Open links in new tab
  1. Commonly Used Startup Options - MATLAB & Simulink

    This table lists commonly used startup options for the matlab command. For a complete list of options, refer to the input arguments for matlab (Windows), matlab (macOS), or matlab (Linux).

  2. Printing Matlab Figures Using -nodisplay -nodesktop -nosplash

    Nov 7, 2013 · I am using Matlab's Mapping Toolbox to create and print a conically projected figure of North America. When I run the code inside the IDE the plots are printed and saved …

  3. MATLAB可以不启动图形界面运行 - CSDN博客

    Sep 14, 2025 · 本文介绍了如何在命令行中高效地运行Matlab程序,包括使用不同启动选项避免图形界面的加载,创建别名简化命令行操作,以及如何在不显示图形的情况下生成图形文件。

  4. Specify Startup Options - MATLAB & Simulink - MathWorks

    Specify startup options (also called command flags or command-line switches) that instruct the MATLAB program to perform certain operations when you start it.

  5. MATLAB - North Carolina State University

    4 days ago · To use MATLAB interactively for test and debug, either use an interactive session or use the HPC-VCL node. To confirm that the session is not on a login node, type hostname. …

  6. Matlab by Examples - Command line

    -nodesktop - Do not start the MATLAB desktop. Use the current terminal for commands. The Java virtual machine will be started. -singleCompThread - Limit MATLAB to a single computational …

  7. How to launch MATLAB without a desktop in Windows

    Oct 1, 2021 · MATLAB on Windows has never been quite as comfortable running in a terminal as the Linux and macOS versions—on those OSes, MATLAB does run in the terminal with the …

  8. Starting and Quitting MATLAB (Development Environment)

    Start MATLAB without bringing up the MATLAB desktop. Use this option to run without an X-window, for example, in VT100 mode, or in batch processing mode. Note that if you pipe to …

  9. running matlab using command line - MathWorks

    Apr 1, 2024 · What should I add to this command to make sure Matlab doesn't get open and it just runs behind the scene and close automatically?

  10. Running Matlab Jobs | OIST Groups

    In general you'll want to use -nosplash and maybe -nodesktop for interactive work, and also -nodisplay and perhaps -nojvm for batch jobs. We will first run Matlab interactively, with the …