Files
tldr/pages.fr/common/matlab.md
2021-10-01 15:28:01 -03:00

17 lines
364 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# matlab
> Environnement de calcul numérique créé par MathWorks.
> Plus d'informations : <https://uk.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}})"`