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

Close-button

Tampa Bay Rays Games Back in AL East

  • Created by: Patrick Kalita
  • Last ran: about 17 hours ago.
  • Auto-run in: about 10 hours.
  • Created on: 25 Apr 2012

395

data points

Description:

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

Time Recorded (time1606) Data (data1606)
22 May 2013 05:00:29 [4]
21 May 2013 05:00:33 [5]
20 May 2013 05:00:35 [4]
19 May 2013 05:00:24 [4.5]
18 May 2013 05:00:39 [4.5]
url = 'http://espn.go.com/mlb/standings';
page = urlread(url);
tokens = regexp( page, 'Tampa Bay[a-z<>="''/ ]+\d+[a-z<>="''/ ]+\d+[a-z<>="''/ ]+\.\d+[a-z<>="''/ ]+([\d+-.]+)', 'tokens', 'once');
if strcmp(tokens{1}, '-')
  gb = 0;
else
  gb = str2double(tokens{1});
end
updatetrend(gb);
Tags:

    0 comments