matlab: add page (#4656)

beep
Jay Piamjariyakul 2020-10-14 23:41:36 +01:00 committed by GitHub
parent 419839411f
commit 4782f8417d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
# matlab
> Numerical computation environment by MathWorks.
> More information: <https://uk.mathworks.com/help/matlab/>.
- Run without splash screen during startup:
`matlab -nosplash`
- Execute a MATLAB statement:
`matlab -r "{{matlab_statement}}"`
- Run a MATLAB script:
`matlab -r "run({{path/to/script.m}})"`