1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/common/matlab.md
2020-10-14 23:41:36 +01:00

16 lines
318 B
Markdown

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