mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00
16 lines
310 B
Markdown
16 lines
310 B
Markdown
# matlab
|
|
|
|
> MathWorks 制作的数值计算环境。
|
|
> 更多信息:<https://uk.mathworks.com/help/matlab/>.
|
|
|
|
- 在启动过程中,运行时不出现闪屏:
|
|
|
|
`matlab -nosplash`
|
|
|
|
- 执行 MATLAB 语句:
|
|
|
|
`matlab -r "{{matlab_语句}}"`
|
|
|
|
- 运行 MATLAB 脚本:
|
|
|
|
`matlab -r "run({{路径/script.m}})"`
|