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

조회 수: 1 (최근 30일)
광원 최
광원 최 2023년 2월 1일
댓글: 광원 최 2023년 2월 3일
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