1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/matlab.md
Managor 8e09a08059
common*: refresh old pages part 3 (#16257)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-25 21:19:03 +03:00

349 B

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}})"