在MATLAB中进行套接字编程? [英] socket programming in MATLAB?

查看:138
本文介绍了在MATLAB中进行套接字编程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两台运行MATLAB的机器,我需要在它们之间交换信息(数字,图像),在MATLAB中我可以做到吗?

i have two machines running MATLAB and i need to exchange information(numbers,images) between them,is there a way in MATLAB i can do it?

推荐答案

如果您并行计算工具箱 MATLAB分布式计算服务器,您可以使用MPI样式的编程在两个MATLAB进程之间发送数据.您可以使用labSendlabReceive之类的功能来发送和接收数据.

If you have Parallel Computing Toolbox and MATLAB Distributed Computing Server, you can use MPI-style programming to send data between the two MATLAB processes. You can use functions like labSend and labReceive to send and receive data.

这篇关于在MATLAB中进行套接字编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆