MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Matlab in a remote server

Open garikoitz opened this issue 5 months ago • 1 comments

Describe the bug Not connecting to Matlab when connected to a server with matlab using a tunnel

To Reproduce Steps to reproduce the behavior:

  1. Start a tunnel to a server with Matlab installed
  2. In Matlab configuration, add the result of the remote server's matlabroot
  3. Ask to connect to matlab
  4. See forever MATLAB: Establishing Connection

Expected behavior I would like to run 1+1 in my remote file with shift+enter in my console, that actually runs in the remote server's matlab

Screenshots I don't think it is required

Useful Information

  • OS Version: server Ubuntu, local: macos Sequoia
  • VS Code Version: 1.93.1

Additional context No more context, it would be great to have a system to test if local VS Code is able to see remote Matlab. Right now, I edit the .m in the remote machine, and I copy and paste into a remote terminal, where I have a "matlab -nodesktop' opened

garikoitz avatar Sep 24 '24 15:09 garikoitz