How can i get the data from a website?

조회 수: 1 (최근 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 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