diff --git a/pages/common/matlab.md b/pages/common/matlab.md new file mode 100644 index 000000000..16e3db647 --- /dev/null +++ b/pages/common/matlab.md @@ -0,0 +1,16 @@ +# 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}})"`