Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 deletions

View File

@@ -1,16 +1,16 @@
# matlab
> Environnement de calcul numérique créé par MathWorks.
> Plus d'informations : <https://uk.mathworks.com/help/matlab/>.
> Plus d'informations : <https://uk.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}})"`