How can i get the data from a website?
Show older comments
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]
Answers (2)
Image Analyst
on 20 Jul 2018
0 votes
Did you try webread()?
Sylvia Su
on 10 Sep 2018
0 votes
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!