Open 2catycm opened 2 years ago
I have same problem, add "matlab-interactive-terminal.pythonPath": "/usr/bin/python3", in settings.json, then resolve My os is linux
you can try python import matlab.engine eng = matlab.engine.start_matlab()
if no errors then you can go in vscode
My os is the same as yours. Try to add the installation route of python to your system environment variable
I just did the following:
python setup.py install
in/MATLAB/extern/engines/python
with admin permisson.My OS is Win11, MATLAB is 2021b, python is anaconda python3.8,