matlab recognise french character
이전 댓글 표시
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?
채택된 답변
추가 답변 (3개)
Hervé
2016년 1월 16일
2 개 추천
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
2014년 1월 16일
What character encoding are you using? Might be that French is not supported for it. You could always change it.
doc slCharacterEncoding
댓글 수: 3
Walter Roberson
2014년 1월 16일
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
2014년 1월 16일
Walter Roberson
2014년 1월 16일
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
2014년 1월 16일
편집: Azzi Abdelmalek
2014년 1월 16일
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
Gabriela
2014년 1월 16일
편집: Azzi Abdelmalek
2014년 1월 16일
José-Luis
2014년 1월 16일
What does slCharacterEncoding() return?
Gabriela
2014년 1월 16일
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!