1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 20:22:07 +02:00
tldr/pages.fr/common/matlab.md
2020-11-10 19:10:24 +00:00

16 lines
359 B
Markdown

# matlab
> Environnement de calcul numérique créé par MathWorks.
> Plus d'informations: <https://fr.mathworks.com/help/matlab/>.
- Lance MATLAB sans afficher l'écran de démarrage :
`matlab -nosplash`
- Exécute une instruction MATLAB :
`matlab -r "{{instruction_matlab}}"`
- Exécute un script MATLAB :
`matlab -r "run({{chemin/vers/script.m}})"`