mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

16
pages.ko/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({{경로/대상/스크립트.m}})"`