Matlab can't act as a server in TCP/IP connection, it only acts as a
client. but u can use a toolbox provided by Matlab central file
exchange under the name of 'TCP/UDP/IP Toolbox 2.0.6'.
u can find it in this link.
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=345&objectType=file
It works fine for my case
I hope it will help u!!
Regards,
Has
"hassan.slim" <skymo...@googlemail.com> wrote in message
<c7c8563c-0f1c-44d1-ba16-
f21ddb...@m3g2000hsc.googlegroups.com>...
Dave
You can try udp for MATLAB to MATLAB communication.
A udp port binding will get data from one machine to other.
Create a udp object, on one machine, with remote port RXXX and local port LXXX and create another udp object, on second machine, with remote port LXXX and local port RXXX.
-Ankit