matlab - Matlab 命令窗口中的俄文字母

我面临着一个相当棘手的问题。在 Matlab 中,命令 S = char(1044) 将俄语字母 д 放入变量 S。但是 disp(S) 返回空白符号,尽管内容实际上是正确的:

>> S = char(1044);
>> disp(S)

>> disp(S-0)
      1044

如何让 Matlab 在命令窗口中显示俄文字母?

最佳答案

我不确定它是否有帮助,但看看这个:

  1. The custom font preferences for the Editor and Command windows in MATLAB must be set to monospaced, plain. Go to File->Preferences->Fonts->Custom. Select 'Editor' or 'Command Window' from the text box and change the font preferences.

取自: http://www.mathworks.com/support/solutions/en/data/1-8V70TK/index.html?product=ML&solution=1-8V70TK

https://stackoverflow.com/questions/8597402/

相关文章:

.net - 为什么我不能使用 .net Entity Framework 执行 SQL 函数?

python - curl :(7)无法连接到::1:网络无法访问

ruby-on-rails - 在 Rails 控制台中访问 session 变量

php - 在 PHP 中重定向之前的等待时间

cmake - 如何指定要在共享库构建中使用的链接器标志 [cmake]

qt - 在 Qt 应用程序中集成 gedit 或 kate

php - 无法在 PHP 文件中包含/执行 CGI 文件

json - VBA中使用ScriptControl解析JSON : transform resul

android - scrollview 在 android 中滚动到中间

dependency-injection - DDD : is it ok to inject a