Download Weather Data Every 5 hours
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all
I have tried searching on the forum for a similar post but came up short.
I am trying to use Matlab to open a weather site of my area and update a table with the temp every 5 hours.
I have had very little success.
What i have done so far is as follows:-
url = 'https://www.metoffice.gov.uk/weather/forecast/gcpe7p302' % this creates a variable called url which is the link to the weather site for my area
web (url,'-browser') % i then use this command to open up the site in a new browser window.
The data from the webiste i want is the Temp, description i.e. overcast / sunny/light rain etc as shown on this screen shot:-

The aim is to populate a matlab table with the:-
- Date and time of when the data was taken from the web site
- Temp
- Description
I have tried to look at the properties of this site by pressing F12 but i do not have any idea at what i am looking at.
The end result would be for Matlab to continue to update the Matlab table every 5 hours.
Can anyone help and provide some guidance?
Thank you.
(i hope to develope this further by creating plots etc but lets get the data first lol)
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!