send data from one computer to an other computer using matlab via internet.

조회 수: 31 (최근 30일)
Javaid Iqbal
Javaid Iqbal 2011년 4월 13일
편집: Walter Roberson 2017년 3월 12일
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

답변 (5개)

Ankit Desai
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

Walter Roberson
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
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.

댓글을 달려면 로그인하십시오.


Javaid Iqbal
Javaid Iqbal 2011년 4월 13일
Thanx Dear
I have learn it and trying do so.
for more help can i contact u ?
  댓글 수: 3
Javaid Iqbal
Javaid Iqbal 2011년 4월 14일
I am facing an error
That is Warning: A timeout occurred before the Terminator was reached.
ans =
''
Walter Roberson
Walter Roberson 2011년 4월 14일
Set your terminator to byte rather than a particular character.

댓글을 달려면 로그인하십시오.


achermen est
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
iup geii amiens
iup geii amiens 2014년 6월 11일
Ps: for those who are looking for:how can we send :P
Walter Roberson
Walter Roberson 2017년 3월 12일
Yogesh comments to iup geii amiens:
thanks alot for your support!!

댓글을 달려면 로그인하십시오.


Meghashree G
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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by