TCP / IP Communication in Matlab

I want to create my own Matlab cluster from a large number of unwanted computers.
Does anyone know how to send data from one Matlab to another via TCP? I need to send image fragments /.mat files and variables.

Thanks
SW

+3
source share
2 answers

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

+3
source

TCP/UDP/IP Toolbox 2.0.6 Matlab Exchange tcp/ip. , , , , " " The MathWorks.

+3

Source: https://habr.com/ru/post/1762062/


All Articles