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

Close-button

Oakland Athletics Games Back in AL West

  • Created by: Patrick Kalita
  • Last ran: about 21 hours ago.
  • Auto-run in: about 5 hours.
  • Created on: 02 May 2012

386

data points

Description:

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

Time Recorded (time1623) Data (data1623)
21 May 2013 05:30:25 [5.5]
20 May 2013 05:30:24 [6.5]
19 May 2013 05:30:24 [6.5]
18 May 2013 05:30:30 [6.5]
17 May 2013 05:30:27 [7.5]
url = 'http://espn.go.com/mlb/standings';
page = urlread(url);
tokens = regexp( page, 'Oakland[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