当前位置: 首页 > 工具软件 > vscode-matlab > 使用案例 >

Ubuntu 18.04 vscode Matlab插件

翟展
2023-12-01

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"
}
 类似资料: