mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
364 B
364 B
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}})"