필터 지우기
필터 지우기

How to read the date from url link

조회 수: 3 (최근 30일)
Ramana manohar
Ramana manohar 2022년 1월 16일
댓글: Ramana manohar 2022년 1월 22일
I am generating the data into a weburl, but I am unable to read the date into the matlab. Can any one tell me the code syntax for the same .
url genrated internally : http://127.0.0.1/?V(out)%200,50,.1
data snapshow at url is shown below
  댓글 수: 4
Rik
Rik 2022년 1월 17일
And what is the result of urlread itself?
Ramana manohar
Ramana manohar 2022년 1월 22일
Thanks Rik, Actually the there is an issue with the web settings in the matlab.
I have kept proxy setting in matlab, after removing the settings it worked.
I can able to read the required data .

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

채택된 답변

Prince Kumar
Prince Kumar 2022년 1월 19일
Hi,
You can do it using webread or urlread.Then you'll have to parse it yourself, manually, to extract the exact part of the page you want.
Please refer to the following MATLAB answers for more informtion
I hope you find the above example useful.
  댓글 수: 1
Ramana manohar
Ramana manohar 2022년 1월 22일
Dear Prince
I have kept proxy setting in matlab , after removing the settings it worked.
I can able to read the required data .
Thanks for the support

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

추가 답변 (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