LinuxCommandLibrary

matlab

Numerical computation environment by MathWorks.

TLDR

Run without splash screen during startup

$ matlab -nosplash
copy


Execute a MATLAB statement
$ matlab -r "[matlab_statement]"
copy


Run a MATLAB script
$ matlab -r "run([path/to/script.m])"
copy

Copied to clipboard