访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

Linux下的matlab使用命令

时间:2019-07-06

linux关机命令_linux 命令_linux命令

参考:

https://blog.csdn.net/ws_20100/article/details/48492307

在Linux下安装完matlab后,会在/usr/local/bin/下生成matlab文件,可以使用matlab命令。

Usage: matlab [-h|-help] | [-n | -e]

[-arch | v=variant | v=arch/variant]

[-c licensefile] [-display Xdisplay | -nodisplay]

[-nosplash] [-mwvisual visualid] [-debug] [-softwareopengl]

[-desktop | -nodesktop | -nojvm]

[-r MATLAB_command] [-logfile log]

[-Ddebugger [options]]

-h|-help - Display arguments.

-n - Display final environment variables,

arguments, and other diagnostic

information. MATLAB is not run.

-e - Display ALL the environment variables and

their values to standard output. MATLAB

is not run. If the exit status is not

0 on return then the variables and values

may not be correct.

-arch - Start MATLAB assuming architecture arch.

linux命令_linux 命令_linux关机命令

v=variant - Start the version of MATLAB found

in bin/glnxa64/variant instead of bin/glnxa64.

v=arch/variant - Start the version of MATLAB found

in bin/arch/variant instead of bin/glnxa64.

-c licensefile - Set location of the license file that MATLAB

should use. It can have the form port@host or

be a colon separated list of license files.

The LM_LICENSE_FILE and MLM_LICENSE_FILE

environment variables will be ignored.

-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.