필터 지우기
필터 지우기

transfering an image

조회 수: 4 (최근 30일)
Pat
Pat 2012년 4월 30일
I have an image say lena.bmp.I have two computers which have the versions r2010a,my ip address is say 192.156.0.12 and 192.156.0.12 i have image in system which has Ip address 192.156.0.12,now i want to transfer image from one system to another ,please help how to process

채택된 답변

Thomas
Thomas 2012년 4월 30일
Loren has a nice blog on transferring data between two computers using MATLAB. You should be able to use the same concepts..
  댓글 수: 2
Pat
Pat 2012년 5월 11일
I get error
tcpip.tcpip>tcpip.tcpip at 141
There is no 'NetworkRole' property for TCPIP objects.
when i use
tcpipServer = tcpip('0.0.0.0',55000,'NetworkRole','Server');
'0.0.0.0' i replaces as my system ip address,please help
Walter Roberson
Walter Roberson 2012년 5월 11일
It was not until one of the R2011* releases that MATLAB supported server for TCP/IP .
You will need to upgrade, or use udp, or use the MATLAB File Exchange contribution "tcpudpip"

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by