How close a conection UDP beetwen two computers and re-open it again?
1 次查看(过去 30 天)
显示 更早的评论
I am using this: fclose(udpA), to close the conecction, then use: delete udpA, to delete the object. But when I want conect to the other computer again I create the object UDP again and use fopen(udpA) , But I get this error : Error using icinterface/fopen (line 83) Unsuccessful open: Unrecognized Windows Sockets error: 0: Cannot bind
Error in red (line 4) fopen(udpA)
I'm desasperate, please someone help me, when I want to conect again I have to close all my MATLAB and open it again .
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!