tcipip server problem : why can't I open server ???

3 ビュー (過去 30 日間)
JINSOL.KIM
JINSOL.KIM 2015 年 10 月 2 日
編集済み: Walter Roberson 2015 年 12 月 3 日
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??

採用された回答

Walter Roberson
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.

その他の回答 (1 件)

Josh Philipson
Josh Philipson 2015 年 12 月 3 日
I am having the same issue, JINSOL.KIM. Did you ever figure it out?

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by