Data transfer from Web to a Matlab

조회 수: 1 (최근 30일)
Artik Crazy
Artik Crazy 2011년 2월 15일
Hello!
Until now my Matlab usage was limited by the needs of simple calculations, simulations and graphical presentation of data. Thus it was confined to the Matlab environment only.
At this moment, I have a major problem:
I have to build an application, that would connect automatically to a web resource, perform auto-identification and once at some predefined time interval get information.
The downloaded data is then runs in a script, that has already been written in Matlab.
Finally, the obtained result ( logic 0\1) has to be saved and if possible written in a remote data base.
I have little experience in this field and will be very grateful for any help. Suggestions for a suitable solutions as well as manuals\books, internet sources and etc. are more than welcome.
Thank you!

채택된 답변

Walter Roberson
Walter Roberson 2011년 2월 15일
urlread() if you can use the equivalent of HTTP GET
urlwrite() if you need the equivalent of HTTP POST (which you probably do if you need to do authentication.)
  댓글 수: 1
Artik Crazy
Artik Crazy 2011년 2월 17일
Thank you, I will try this one.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by