フィルターのクリア

MATLAB executables with VSCode

9 ビュー (過去 30 日間)
Will Green
Will Green 2018 年 7 月 4 日
回答済み: Rubem Pacelli 2022 年 3 月 16 日
Hello All,
I'm new to MATLAB by one day, It seems really useful so I am trying to learn the language (in this instance) to aid some EE/ Arduino Projects, E.g data analysis & GUIs; I use VSCode with Platformio for a better development environment instead of the Arduino IDE, in attempt to include MATLAB to these settings, I am getting the error: "Could not find path to the matlab executable."
Issue filed on github: https://github.com/Gimly/vscode-matlab/issues/59
Find Below the User Profile Settings - Any ideas?
"matlab.matlabpath": "/Applications/MATLAB_R2018a.app/bin/maci64/MATLAB", or .../bin/matlab
"matlab.mlintpath": "/Applications/MATLAB_R2018a.app/bin/maci64/mlint",
Should I be pointing to a binary file or a folder? Original documentation describes a binary file but that still results in an error.

回答 (1 件)

Rubem Pacelli
Rubem Pacelli 2022 年 3 月 16 日
On Linux, you should pass the binary path
path/to/matlab/bin/glnxa64/mlint

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by