Help for turkish characters matlab r2017b

7 次查看(过去 30 天)
Why does matlab r2017b do not recognize turkish characters like graphic display (ş, ğ). my operating system's windows 10, location settings turkey and entry language turkish Q. For example, when I run below codes in m file, 'ğ' and 'ş' characters do not look graphically in the desired format. Is there a solution this problem? thanks
figure
xlabel('ğ')
ylabel('ç')
title('ö ç ş ğ ü')
>>
feature('DefaultCharacterSet')
ans =
'windows-1254'

回答(1 个)

Kamil Çöllü
Kamil Çöllü 2018-11-17
I had a similar problem but my operating system language was English. After reading this answer, I changed my operating system language to Turkish and also changed my Region and other related settings to Turkey, then I got the Turkish characters. And I tried your code that you can see below.
figure
xlabel('ğ')
ylabel('ç')
title('ö ç ş ğ ü')
>> feature('DefaultCharacterSet')
ans =
'windows-1254'
Result is:
untitled.png

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by