フィルターのクリア

How to send messages from one matlab session to another running on the same computer, preferably using UDP

1 回表示 (過去 30 日間)
I am running two matlab sessions on the same computer Windows 10 64bit I have to send a message from one session to another. Both the sessions are running on the same computer. I am connected via a secure wifi connection of my university (can't use TCP/IP possibly) I have already tried the judp() file provided in the file exchange. It does not work There has to be some way around using localhost localport etc.
Thanks for your help in advance

採用された回答

Walter Roberson
Walter Roberson 2016 年 3 月 25 日
If you have Instrument Control Toolbox then it has udp() built in. Otherwise see the tcpudpip File Exchange Contribution.
  3 件のコメント
Denis LE BRET
Denis LE BRET 2018 年 1 月 25 日
hello, can you share your solution, please ?
Kavya Managundi
Kavya Managundi 2018 年 10 月 5 日
Yes, it would be really helpful if you can share the solution. I'm using judp but there problem with that is the socket is never closed hence the next time i run the program it gives me address already in use error

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by