multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 deletions

View File

@@ -1,16 +1,16 @@
# matlab
> Environnement de calcul numérique créé par MathWorks.
> Plus d'informations : <https://fr.mathworks.com/help/matlab/>.
> Plus d'informations : <https://fr.mathworks.com/help/matlab/>.
- Lance MATLAB sans afficher l'écran de démarrage :
- Lance MATLAB sans afficher l'écran de démarrage :
`matlab -nosplash`
- Exécute une instruction MATLAB :
- Exécute une instruction MATLAB :
`matlab -r "{{instruction_matlab}}"`
- Exécute un script MATLAB :
- Exécute un script MATLAB :
`matlab -r "run({{chemin/vers/script.m}})"`