简体   繁体   中英

Matlab connection to a remote server

Is there a way to connect to a host through matlab using SSH? The way that can be done in vscode for example. I have script and data in the remote machine but matlab license in my local machine. I would like to run the matlab scripts using matlab installed on my laptop. Alternatively, I clone the scripts on my laptop run them while processing the data located in the remote machine.

https://en.wikipedia.org/wiki/SSHFS

helps you mount a remote filesystem via ssh. So if you can login from your matlab laptop to the data pc via ssh, then sshfs is one step more. From there your data is a path on the matlab laptop.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM