MATLAB: Tcipip server problem : why can’t I open server ??

tcpip

>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??

Best Answer

The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.