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) |
|---|---|
| 24 May 2013 08:00:33 | [12 9] |
| 23 May 2013 08:00:37 | [16 12] |
| 22 May 2013 08:00:34 | [18 16] |
| 21 May 2013 08:00:35 | [16 13] |
| 20 May 2013 08:00:35 | [15 13] |
% 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