mirror of https://github.com/CrimsonTome/tldr.git
17 lines
318 B
Markdown
17 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}})"`
|