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

Close-button

St. Louis Cardinals Games Back in NL Central

  • Created by: Patrick Kalita
  • Last ran: about 18 hours ago.
  • Auto-run in: about 7 hours.
  • Created on: 08 May 2012

408

data points

Description:

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

Time Recorded (time1637) Data (data1637)
18 Jun 2013 07:00:36 [0]
17 Jun 2013 07:00:36 [0]
16 Jun 2013 07:00:35 [0]
15 Jun 2013 07:00:35 [0]
14 Jun 2013 07:00:38 [0]
url = 'http://espn.go.com/mlb/standings';
page = urlread(url);
tokens = regexp( page, 'St\. Louis[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