以文本方式启动Matlab [英] Starting Matlab textually

查看:173
本文介绍了以文本方式启动Matlab的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Linux终端中,我想知道以下四个选项对于Matlab命令有什么区别?

In Linux terminal, I was wondering what differences are between the following four options for Matlab command?

matlab -nojvm -nodesktop -nodisplay -nosplash




  1. 我在互联网上搜索,

  2. 它们可以从更多的图形排序到更少的图形,还是更少的
    纹理到更多的纹理?例如,它们可以在某些
    中从弱到强排序为:-nodesktop< -nojvm <-nodisplay?

  3. 您如何知道JVM是以-nodisplay方式启动的,而不是在-nojvm中启动?
    换句话说,JVM提供的什么功能仍然是
    在非显示下工作?

推荐答案

这在MATLAB文档中有详细解释: http://www.mathworks.nl/help/techdoc/ref/matlabunix.html

This is all explained in the MATLAB documentation here: http://www.mathworks.nl/help/techdoc/ref/matlabunix.html.

-nodisplay:启动Sun Microsystems JVM软件,但不启动MATLAB桌面。不显示任何X命令,并忽略DISPLAY环境变量,

-nodisplay: Start the Sun Microsystems JVM software, but do not start the MATLAB desktop. Do not display any X commands, and ignore the DISPLAY environment variable,

-nodesktop:启动MATLAB,而不启动MATLAB桌面。 JVM软件启动。使用操作系统中的当前窗口输入命令。使用此选项可在没有X窗口的情况下运行,例如在VT100模式或批处理模式下运行。注意,如果使用>构造函数管道到MATLAB,则会自动使用nodesktop选项。使用nodesktop,MATLAB不会将语句保存到命令历史记录。使用nodesktop,您仍然可以通过一个函数启动大多数开发环境工具。例如,使用首选项打开首选项对话框和doc以打开帮助浏览器。不要使用nodektop来提供仅限Command Window的界面;

-nodesktop: Start MATLAB without bringing up the MATLAB desktop. The JVM software is started. Use the current window in the operating system to enter commands. 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 MATLAB using the > constructor, the nodesktop option is used automatically. With nodesktop, MATLAB does not save statements to the Command History. With nodesktop, you can still use most development environment tools by starting them via a function. For example, use preferences to open the Preferences dialog box and doc to open the Help browser. Do not use nodesktop to provide a Command Window-only interface; instead, select Desktop > Desktop Layout > Command Window Only.

-nojvm:启动没有JVM软件的MATLAB。使用当前窗口输入命令。 MATLAB桌面不会打开。任何需要Java软件的工具(如桌面工具)都不能使用。处理不支持图形和相关功能; MATLAB在使用它们时会产生警告。

-nojvm: Start MATLAB without the JVM software. Use the current window to enter commands. The MATLAB desktop does not open. Any tools that require Java software, such as the desktop tools, cannot be used. Handle Graphics and related functionality are not supported; MATLAB produces a warning when you use them.

-nosplash:启动MATLAB,但启动时不显示启动画面。

-nosplash: starts MATLAB but does not display the splash screen during startup.

这篇关于以文本方式启动Matlab的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆