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

2 次查看(过去 30 天)
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?

采纳的回答

DGM
DGM 2023-2-1
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().

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Weather and Atmospheric Science 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by