Effacer les filtres
Effacer les filtres

How can i get the data from a website?

1 vue (au cours des 30 derniers jours)
Elias Unk
Elias Unk le 20 Juil 2018
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]

Réponses (2)

Image Analyst
Image Analyst le 20 Juil 2018
Did you try webread()?
  2 commentaires
Elias Unk
Elias Unk le 21 Juil 2018
Yes and it didn't work it just outputed random numbers.
Image Analyst
Image Analyst le 21 Juil 2018

Connectez-vous pour commenter.


Sylvia Su
Sylvia Su le 10 Sep 2018
You can use some web scraping tools like ScrapeStorm , which I think can save a lot of time.

Community Treasure Hunt

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

Start Hunting!

Translated by