Filter löschen
Filter löschen

webread not copying all data from website

1 Ansicht (letzte 30 Tage)
Nathan Jen
Nathan Jen am 17 Aug. 2020
Bearbeitet: Abhishek Gupta am 28 Aug. 2020
I'm trying to copy down all the tennis rankings from the table on this website, then I'll pick and choose the ones I want to use.
MWE:
options = weboptions('RequestMethod', 'get', 'ArrayFormat', 'csv', 'ContentType', 'auto');
atpurl = 'https://www.tennis24.com/rankings/atp-race/';
atpdata = webread(atpurl,options);
Unfortunately atpdata does not include any of the results from the table on the website. It isn't expanding the html tree the results are contained within.
This program actually worked fine for me awhile ago but stopped after a few months of regular use. atpdata used to be a 1x1000000 char after running this but now it's been reduced to a 1x40000 char. Any thoughts?

Antworten (1)

Abhishek Gupta
Abhishek Gupta am 28 Aug. 2020
Bearbeitet: Abhishek Gupta am 28 Aug. 2020

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by