send data from one computer to an other computer using matlab via internet.
12 次查看(过去 30 天)
显示 更早的评论
i want to send data from matlab to other computer that will receive data using matlab
how can i do this
If any one has idea plz comment
0 个评论
回答(5 个)
Ankit Desai
2011-4-15
编辑:John Kelly
2014-10-29
If you are using MATLAB R2011a, you can use Instrument Control Toolbox's TCPIP object as a Server Socket via the NetworkRole property. This support is for a single remote connection. You can use this connection to communicate between a client and MATLAB, or between two instances of MATLAB.
-Ankit
0 个评论
Walter Roberson
2011-4-13
If you use the Instrument Control Toolbox, you can do this using udp. The Instrument Control Toolbox is, however, not able to send this data using tcp for this situation, as that toolbox does not allow MATLAB to be the "server" that connections are initiated to.
There is a MATLAB File Exchange contribution "tcpudpip" which is able to transfer data through udp or tcp; that contribution is able to have MATLAB act as a server.
1 个评论
Walter Roberson
2015-9-29
Note: in the time since I wrote the above, Instrument Control Toolbox added a "server" role so it can now be done with tcp as well.
achermen est
2011-4-25
hi friends :)) , any one help me how to send a picture byyy socket(:'()) on a server and client matlabbb
4 个评论
Meghashree G
2015-9-29
编辑:Walter Roberson
2015-9-29
Hi i want to send array from one matlab terminal to other! how do i do that?
Please help me
Refer the below link pls:
Thank you
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interface-Based Instrument Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!