add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/common/octave.md Normal file
View File

@@ -0,0 +1,28 @@
# Octave
> 一种用于科学计算的编程语言。
> 更多信息:<https://docs.octave.org/latest/Invoking-Octave-from-the-Command-Line.html>。
- 开始一个交互式会话:
`octave`
- 执行特定的脚本文件:
`octave {{path/to/script.m}}`
- 执行带有特定参数的脚本文件:
`octave {{path/to/script.m}} {{argument1 argument2 ...}}`
- 启动带有 GUI 的交互式会话:
`octave --gui`
- 显示帮助信息:
`octave --help`
- 显示版本信息:
`octave --version`