tcipip server problem : why can't I open server ???
1 回表示 (過去 30 日間)
古いコメントを表示
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??
0 件のコメント
採用された回答
Walter Roberson
2015 年 10 月 2 日
The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.
0 件のコメント
その他の回答 (1 件)
Josh Philipson
2015 年 12 月 3 日
I am having the same issue, JINSOL.KIM. Did you ever figure it out?
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!