matlab, powershell: add Chinese translation (#4743)

This commit is contained in:
Flex Zhong
2020-10-20 01:17:12 +08:00
committed by GitHub
parent 505f8016f5
commit e46977260b
2 changed files with 48 additions and 0 deletions

16
pages.zh/common/matlab.md Normal file
View File

@@ -0,0 +1,16 @@
# matlab
> MathWorks 制作的数值计算环境。
> 更多信息: <https://uk.mathworks.com/help/matlab/>.
- 在启动过程中,运行时不出现闪屏:
`matlab -nosplash`
- 执行 MATLAB 语句:
`matlab -r "{{matlab_语句}}"`
- 运行 MATLAB 脚本:
`matlab -r "run({{路径/script.m}})"`