Info

This question is closed. Reopen it to edit or answer.

How to retrieve and use information from a site?

1 view (last 30 days)
Andrea
Andrea on 6 Jan 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
www.wunderground.com is a site offering meteorological information on past, present and future weather for any location around the world. I have to use Matlab to retrieve hourly weather information for a given location (let say Bucharest) and a given period of time (let say the year 2011), parse it and store it in a Matlab structure. Also synthesize and summarize the information in various useful formats for renewable energy investment decisions.
  1 Comment
Jan
Jan on 6 Jan 2013
The question is not clear currently: "parse it" and "various useful formats" can mean a lot of different things.
I'm not really sure if mentioning the web address is actually an advertisement, which are not wanted in this forum.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 6 Jan 2013
Use urlread function

Community Treasure Hunt

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

Start Hunting!