--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # matlab > Numerical computation environment by MathWorks. > More information: . - 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}})"`