matlab: add page (#4656)
This commit is contained in:

committed by
GitHub

parent
419839411f
commit
4782f8417d
16
pages/common/matlab.md
Normal file
16
pages/common/matlab.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# matlab
|
||||||
|
|
||||||
|
> Numerical computation environment by MathWorks.
|
||||||
|
> More information: <https://uk.mathworks.com/help/matlab/>.
|
||||||
|
|
||||||
|
- 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}})"`
|
Reference in New Issue
Block a user