socket programming in MATLAB?

后端 未结 4 658
滥情空心
滥情空心 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条回答
  •  梦毁少年i
    2021-01-14 23:32

    There are several possibilities without any extra toolboxes, depending on your specific needs. Check the Matlab help about external interfaces for details. For high performance, mexing a custom C communication is probably your best option. Using shared files on a network storage would be an alternative that is easier to implement but less effective, especially if you need frequent communication.

提交回复
热议问题