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

2 views (last 30 days)
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?

Accepted Answer

DGM
DGM on 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().

More Answers (0)

Categories

Find more on Weather and Atmospheric Science in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!