Files
tldr/pages.zh/common/matlab.md

16 lines
296 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# matlab
> 数值计算环境由MathWorks提供。
> 更多信息:<https://uk.mathworks.com/help/matlab/>.
- 启动时无启动画面运行:
`matlab -nosplash`
- 执行MATLAB语句
`matlab -r "{{matlab_statement}}"`
- 运行MATLAB脚本
`matlab -r "run({{path/to/script.m}})"`