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

2 visualizaciones (últimos 30 días)
광원 최
광원 최 el 1 de Feb. de 2023
Comentada: 광원 최 el 3 de Feb. de 2023
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?

Respuesta aceptada

DGM
DGM el 1 de Feb. de 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().

Más respuestas (0)

Categorías

Más información sobre Weather and Atmospheric Science en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by