17 lines
349 B
Markdown
Raw Normal View History

# matlab
> Numerical computation environment by MathWorks.
> More information: <https://se.mathworks.com/help/matlab/matlab_env/startup-options.html>.
- 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}})"`