怎么在服务器上跑matlab程序呢?
一种新的方式 运用ssh命令
ssh -l usename 192.168.... 然后再输入password 就可以在terminal中直接打开远程服务器了。
另一种old方式如下:
1 windows界面下使用putty,输入服务器ip地址,然后用户名和密码
2 将自己的代码上传到服务器上
3 使用这个命令来使用 matlab -nodesktop
看这个网址http://www.sc.fsu.edu/computing/tech-docs/325-matlab
(
With the exception of the classroom and hallway computers, MATLAB access is available only on the General Purpose (GP) Cluster through SGE. Unless initiated through an X11-capable terminal (i.e. Gnome Terminal, xterm, rxvt, etc.), MATLAB will start in a text-only command-line mode.

本文介绍了如何在Linux服务器上运行MATLAB程序,包括通过SSH命令和使用Putty连接。由于服务器上没有MATLAB GUI,imshow等图形功能受限,且路径表示与Windows不同。可以使用imwrite保存图像,并借助Winscp进行文件传输。若要在Windows上调用服务器上的MATLAB界面,需要Xmanager,而Linux用户则可以直接运行。此外,还提到了解决Putty中文乱码问题的方法。
5081

被折叠的 条评论
为什么被折叠?



