data points
The idea is to compare the temperature between my village Corbières (04220) and Meudon (French MathWorks Office)
After a few months , taking the decision to build a new office at Corbières should be easy ;-)
| Time Recorded (time1724) | Data (data1724) |
|---|---|
| 21 May 2013 08:00:35 | [16 13] |
| 20 May 2013 08:00:35 | [15 13] |
| 19 May 2013 08:00:35 | [15 15] |
| 18 May 2013 08:00:33 | [10 16] |
| 17 May 2013 08:00:33 | [13 15] |
% Temperature 14 PM in my village : url = 'http://www.meteociel.fr/previsions/1599/corbieres.htm'; count1 = urlfilter(url, '14:00'); % Temperature 14 PM at MEUDON : url = 'http://www.meteociel.fr/previsions/33209/meudon.htm' count2 = urlfilter(url, '14:00'); count = [count1 count2] updatetrend(count);
0 comments