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 で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!