matlab recognise french character
Mostrar comentarios más antiguos
Hi, i have installed matlab 2011a on windows in French, but it seems that matlab doesn't recognise the letters with accent. What should I do?
1 comentario
Gabriela
el 16 de En. de 2014
Respuesta aceptada
Más respuestas (3)
Hervé
el 16 de En. de 2016
2 votos
Note that Release R2015b of Matlab natively fixes this bug for "dos" and "!". We thus don't need this trick any more. (More over applying this method in (≥)R2015b would now give bad results). For information.
José-Luis
el 16 de En. de 2014
What character encoding are you using? Might be that French is not supported for it. You could always change it.
doc slCharacterEncoding
3 comentarios
Walter Roberson
el 16 de En. de 2014
You might also need to change your MS Windows default font to one of the ISO 8996 compatible fonts such as an 8996-1 font. Also you might need to change your keyboard setting.
(Sorry, I have not dug into MS Windows fonts for a fair while so I do not have exact instructions. And finding the right widget is probably pretty different in Windows 8...)
Gabriela
el 16 de En. de 2014
Walter Roberson
el 16 de En. de 2014
How are you attempting to use the characters? You cannot use them in variable names. You can use them in comments and in strings. Azzi showed an example in a string; using that example depends upon your MS Windows font and keyboard settings.
Azzi Abdelmalek
el 16 de En. de 2014
Editada: Azzi Abdelmalek
el 16 de En. de 2014
If I write
s='Hétérogénéité'
The result is
s=
Hétérogénéité
You can't use Hétérogénéité as a variable, but you don't need it
3 comentarios
Gabriela
el 16 de En. de 2014
Editada: Azzi Abdelmalek
el 16 de En. de 2014
José-Luis
el 16 de En. de 2014
What does slCharacterEncoding() return?
Gabriela
el 16 de En. de 2014
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!