which, tput, matlab: add French translation (#4943)

This commit is contained in:
Ivor Benderavage
2020-11-10 14:10:24 -05:00
committed by GitHub
parent d9df7a2238
commit a0aeac1852
4 changed files with 55 additions and 2 deletions

16
pages.fr/common/matlab.md Normal file
View File

@@ -0,0 +1,16 @@
# 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}})"`