2025-03-14 21:59:59 -06:00
|
|
|
# matlab
|
|
|
|
|
|
|
|
|
|
> Environnement de calcul numérique créé par MathWorks.
|
2025-07-24 22:27:13 -06:00
|
|
|
> Plus d'informations : <https://se.mathworks.com/help/matlab/matlab_env/startup-options.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}})"`
|