How can i get the data from a website?

3 ビュー (過去 30 日間)
Elias Unk
Elias Unk 2018 年 7 月 20 日
回答済み: Sylvia Su 2018 年 9 月 10 日
Let's assume the website's URL is www.something.com that website has file (or folder where i want the files inside), the content of the file itself is pretty simple and something like:
Jim/23
ALEX0/TY3
R677/r1
what i want to do is put all that content in a list so we'll end up having:
test_list = [Jim/23,ALEX0/TY3,R677/r1]

回答 (2 件)

Image Analyst
Image Analyst 2018 年 7 月 20 日
Did you try webread()?
  2 件のコメント
Elias Unk
Elias Unk 2018 年 7 月 21 日
Yes and it didn't work it just outputed random numbers.
Image Analyst
Image Analyst 2018 年 7 月 21 日

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


Sylvia Su
Sylvia Su 2018 年 9 月 10 日
You can use some web scraping tools like ScrapeStorm , which I think can save a lot of time.

カテゴリ

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