2025-03-14 21:59:59 -06:00
|
|
|
# matlab
|
|
|
|
|
|
|
|
|
|
> Numerical computation environment by MathWorks.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.mathworks.com/help/matlab/matlab_env/startup-options/>.
|
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}})"`
|