TCP/IP communication in Matlab

荒凉一梦 提交于 2019-12-07 18:18:38

问题


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


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/3591031/tcp-ip-communication-in-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!