1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

matlab: add page (#4656)

This commit is contained in:
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

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}})"`