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 Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by