2025-03-14 21:59:59 -06:00
|
|
|
# matlab
|
|
|
|
|
|
|
|
|
|
> Numerical computation environment by MathWorks.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://se.mathworks.com/help/matlab/matlab_env/startup-options.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}})"`
|