フィルターのクリア

Visiting webpages in a MATLAB code

1 回表示 (過去 30 日間)
andres
andres 2017 年 4 月 6 日
コメント済み: andres 2017 年 4 月 7 日
Hi I need to write a MATLAB code that allows me to visit several times different webpages, and to extract some info from them. The URL to visit the webpages depends on some parameters (that should be included inside a "for"), and the information is shown after a "value" string. Is it possible to do this? Thanks in advance
  2 件のコメント
Jan
Jan 2017 年 4 月 6 日
Yes, this is possible. I assume you need a more explicite answer. Then add any details in the question.
andres
andres 2017 年 4 月 7 日
Ok, thanks. There is a matrix that I need access on the web. The URL direction is filled with the row and column, and then in the webpage appears some information
"info1" : some number
"info2" : some number
A pseudo-code of what I need:
for i,j
enter www.example.com/row=i&column=j
get the number after "info2" and save it
end
So the codes to enter the webpage, and to get the info, is what I do not know. Thanks in advance.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2017 年 4 月 7 日

カテゴリ

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