Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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