vscode编写Matlab代码文本,着色补全,参考:
https://www.cnblogs.com/gc-blog/p/13592076.html
主要是Ubuntu
的相应路径说明文档都没给路径,后来找了一下,加到settings.json
"matlab.mlintpath": "/usr/local/MATLAB/R2018b/bin/glnxa64/mlint",
"matlab.matlabpath": "/usr/local/MATLAB/R2018b/bin/matlab",
"matlab.linterEncoding": "utf8",
"files.associations": {
"*.m": "matlab"
}