2020-11-10 19:10:24 +00:00
|
|
|
# matlab
|
|
|
|
|
|
|
|
> Environnement de calcul numérique créé par MathWorks.
|
2021-10-07 08:37:39 +01:00
|
|
|
> Plus d'informations : <https://uk.mathworks.com/help/matlab/>.
|
2020-11-10 19:10:24 +00:00
|
|
|
|
2021-10-07 08:37:39 +01:00
|
|
|
- Lance MATLAB sans afficher l'écran de démarrage :
|
2020-11-10 19:10:24 +00:00
|
|
|
|
|
|
|
`matlab -nosplash`
|
|
|
|
|
2021-10-07 08:37:39 +01:00
|
|
|
- Exécute une instruction MATLAB :
|
2020-11-10 19:10:24 +00:00
|
|
|
|
|
|
|
`matlab -r "{{instruction_matlab}}"`
|
|
|
|
|
2021-10-07 08:37:39 +01:00
|
|
|
- Exécute un script MATLAB :
|
2020-11-10 19:10:24 +00:00
|
|
|
|
|
|
|
`matlab -r "run({{chemin/vers/script.m}})"`
|