用sublime运行matlab,Matlab窗口中文乱码

用sublime运行matlab,Matlab窗口中文乱码

这个是matlab的bulid代码
{
"cmd": ["D:/MatLab2016A/xinjianwenjianjia/bin/MATLAB.exe","${file}", "-r", "-nodesktop", "-nosplash", "${file_base_name}"],
"file_regex": "^(..[^:]):([0-9]+):?([0-9]+)?:? (.)$",
"selector": "source.m",
"encoding":"utf-8",
"working_dir": "${file_path}",
"shell":true,
"variants":
[
{
"name": "Run",
"cmd": ["cmd", "/c", "D:/MatLab2016A/xinjianwenjianjia/bin/MATLAB.exe","${file}", "-r", "-nodesktop", "-nosplash", "${file_base_name}"]
}
]
}
怎么才能让乱码恢复成中文呢?刚刚开始学习使用Sublime,参考了网上的代码,都不能解决我的问题,请各位解惑

img

img

通过PackageControl 安装插件 “ConvertToUTF-8” 和 Codecs33 ,然后重启sublime