How do I extract table on a web page into a MATLAB table?

1 visualizzazione (ultimi 30 giorni)
I'd like to extract table on a website (weather forecast)
  • https://www.wunderground.com/hourly/kr/incheon/RKSi/date/weather/kr/hagik-dong/37.44,126.66
How do I extract the table content into a MATLAB table?

Risposta accettata

DGM
DGM il 1 Feb 2023
Everything on that page is dynamic content generated by scripts. That information isn't part of the page source. Unless they have an API to get the data, or you jump through a bunch of hoops to execute the scripts, it's not as simple as using webread().

Più risposte (0)

Categorie

Scopri di più su Weather and Atmospheric Science in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by