socket programming in MATLAB?

后端 未结 4 770
滥情空心
滥情空心 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:26

    If you have Parallel Computing Toolbox and MATLAB Distributed Computing Server, you can use MPI-style programming to send data between the two MATLAB processes. You can use functions like labSend and labReceive to send and receive data.

提交回复
热议问题