commands.sh

matlab

all

Numerical computation environment by MathWorks.

More info →

Examples (3)

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)"
made by @shridhargupta | data from tldr-pages