mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 16:55:13 +00:00
Update cheatsheets
This commit is contained in:
21
matlab
Normal file
21
matlab
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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