问题
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