which, tput, matlab: add French translation (#4943)
This commit is contained in:
16
pages.fr/common/matlab.md
Normal file
16
pages.fr/common/matlab.md
Normal 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}})"`
|
Reference in New Issue
Block a user