2025-03-14 21:59:59 -06:00
|
|
|
# matlab
|
|
|
|
|
|
|
|
|
|
> MathWorks 制作的数值计算环境。
|
2026-02-18 06:55:01 -07:00
|
|
|
> 更多信息:<https://www.mathworks.com/help/matlab/matlab_env/startup-options/>。
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 在启动过程中,运行时不出现闪屏:
|
|
|
|
|
|
|
|
|
|
`matlab -nosplash`
|
|
|
|
|
|
|
|
|
|
- 执行 MATLAB 语句:
|
|
|
|
|
|
|
|
|
|
`matlab -r "{{matlab_语句}}"`
|
|
|
|
|
|
|
|
|
|
- 运行 MATLAB 脚本:
|
|
|
|
|
|
|
|
|
|
`matlab -r "run({{路径/script.m}})"`
|