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