필터 지우기
필터 지우기

Problem with Russian letters in comments

조회 수: 2 (최근 30일)
roborrr
roborrr 2024년 5월 11일
편집: Pavan Sahith 2024년 5월 11일
When I write Russian comments in Matlab starting with the “%” symbol, then after the next entry into Matlab, in the place of Russian letters, there are question marks “?”. How to solve this problem?

답변 (1개)

Pavan Sahith
Pavan Sahith 2024년 5월 11일
편집: Pavan Sahith 2024년 5월 11일
Hello,
It appears that MATLAB is not identifying Russian characters correctly and question marks are appearing instead, it could be due to the incorrect encoding being used.
To get a better understanding of the current locale settings in MATLAB, you can use the command:
feature('locale')
Setting the encoding to 'UTF-8' should solve this issue,
You can refer to the following link to change the encoding to UTF-8
You can also refer to the following MATLAB answers which will help you
Hope this information proves valuable in addressing your concern.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by