Since it's your first time here, let us show you how Trendy works.

Close-button

Reason why MathWorks should have an office in my village

  • Created by: Aurelien Queffurust
  • Last ran: about 14 hours ago.
  • Auto-run in: about 10 hours.
  • Created on: 04 Jun 2012

344

data points

Description:

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 ;-)

Recently Collected Data (last 5 of 344) Show All Data

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);
Tags:

0 comments