mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
matlab: add page (#4656)
This commit is contained in:
parent
419839411f
commit
4782f8417d
1 changed files with 16 additions and 0 deletions
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}})"`
|
Loading…
Add table
Reference in a new issue