socket programming in MATLAB?

后端 未结 4 778
滥情空心
滥情空心 2021-01-14 23:03

i have two machines running MATLAB and i need to exchange information(numbers,images) between them,is there a way in MATLAB i can do it?

4条回答
  •  忘掉有多难
    2021-01-14 23:41

    Adding some specifics to other answers, here's an example of using Java for sockets. multicore and MatlabMPI use the filesystem, so I believe if you have a shared network filesystem you could use them across machines. And here is an old implementation in C++.

    We have direct experience only with multicore, which is the least like real socket communication out of the above, but it gets the job done for coarsely parallel jobs.

提交回复
热议问题