mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.

Home Page:https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support access to a remote MATLAB

mikecroucher opened this issue · comments

Is your feature request related to a problem? Please describe.
Consider a user who has MATLAB installed on a remote resource (e.g. a cloud sever or HPC cluster) and VS Code installed locally. They want to use the remote MATLAB from the local VSCode. An example of such a request is at https://www.mathworks.com/matlabcentral/discussions/tips/848231-run-matlab-code-from-visual-studio-code/2584941#reply_2584941

Quoted here:

I tried to use the "desktop" command in the MATLAB terminal in VSC, but the following error is reported directly:
>> desktop
Error using desktop
The Desktop is not available in this configuration
Error in desktop.

I have had some success with the ssh extension.