tldr/pages.fr/common/matlab.md

17 lines
364 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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}})"`