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
相关问题
- Extract matrix elements using a vector of column i
- How do you get R's null and residual deviance
- How to display an image represented by three matri
- OpenCV - Is there an implementation of marker base
- Avoid copying an array when using mexCallMATLAB
相关文章
- Socket编程 TCP方式发送时间有点长
- How do I append metadata to an image in Matlab?
- How to pick the T1 and T2 threshold values for Can
- How can I write-protect the Matlab language?
- `std::sin` is wrong in the last bit
- How many times will TCP retransmit
- Escape sequence to display apostrophe in MATLAB
- Vertical line fit using polyfit
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.
You can use the Distributed Computing Toolbox ($$$) or the jPar utility from the File Exchange (free)