matlab跑程序,服务器上跑matlab程序

本文介绍了如何在服务器上运行MATLAB程序,包括使用SSH命令和Putty连接服务器,以及MATLAB的命令行模式启动选项。还提到了在服务器上运行MATLAB时遇到的问题,如缺少GUI导致imshow不可用,目录路径差异,以及数据类型限制。解决方案包括使用imwrite保存图像和通过Xmanager在Windows上调用Linux服务器的MATLAB界面。
摘要由CSDN通过智能技术生成

怎么在服务器上跑matlab程序呢?

一种新的方式 运用ssh命令

ssh -l usename  192.168.... 然后再输入password 就可以在terminal中直接打开远程服务器了。

另一种old方式如下:

1 windows界面下使用putty,输入服务器ip地址,然后用户名和密码

2 将自己的代码上传到服务器上

3 使用这个命令来使用 matlab -nodesktop

(

With the exception of the classroom and hallway computers, MATLAB access is available only on theGeneral 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.

NOTE:To force MATLAB to run in command-line mode use the following flags:

matlab -nodesktop -nojvm -nosplash

-nodesktop

Start MATLAB without its desktop.

-nojvm

Start MATLAB without the Java virtual machine (JVM).

-nosplash

Start MATLAB but does not display the splash screen.

)

今天下午搞了1个小时的mat

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值