TCP/IP communication in Matlab

2019-05-11 20:12发布

I want to build my own Matlab cluster from lots of junk computers.
Anybody knows how to send data from one Matlab to another over TCP ? I need to send image chunks / .mat files and variables.

Thanks,
SW

2条回答
虎瘦雄心在
2楼-- · 2019-05-11 20:44

TCP/UDP/IP Toolbox 2.0.6 from Matlab Exchange offers a tcp/ip implementation. When I last checked, about a year ago, it was far more performant than the one available by the "Instrument Control Toolbox" from The MathWorks.

查看更多
干净又极端
3楼-- · 2019-05-11 21:08

You can use the Distributed Computing Toolbox ($$$) or the jPar utility from the File Exchange (free)

查看更多
登录 后发表回答