Borrar filtros
Borrar filtros

UDP channel between matlab and Eclipse

1 visualización (últimos 30 días)
aida
aida el 10 de Abr. de 2012
How can I set up a UDP channel between Matlab and Eclipse that send some matlab's output for Eclipse ? I should write a server in Matlab and a client in eclipse . the client will ask for some data and the server will send that data to client .
any ideas how to do this ? any examples? I'm not familiar with Matlab or socket programming at all , please help !

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Abr. de 2012
You can use the udp() function of the Instrument Control Toolbox to set up the server. After that you use fread() or similar routines, and fwrite() or fprintf(). You might also end up setting up callbacks for automatic operation when data is received.
There is also a MATLAB File Exchange contribution tcpudpip that can be used instead of the Instrument Control Toolbox.
  4 comentarios
aida
aida el 13 de Abr. de 2012
in which format should I send data so that I dont need to convert it again in eclipse?
Walter Roberson
Walter Roberson el 13 de Abr. de 2012
I don't know enough about eclipse to answer that, but text seems likely to be the answer.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by