tcipip server problem : why can't I open server ???
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
JINSOL.KIM
el 2 de Oct. de 2015
Editada: Walter Roberson
el 3 de Dic. de 2015
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??
0 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Oct. de 2015
The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.
0 comentarios
Más respuestas (1)
Josh Philipson
el 3 de Dic. de 2015
I am having the same issue, JINSOL.KIM. Did you ever figure it out?
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!