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 1 hour ago.
  • Auto-run in: about 23 hours.
  • Created on: 04 Jun 2012

347

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 347) Show All Data

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

0 comments