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

Close-button

Film Satisfaction: Joe Bloggs

  • Created by: Hugo Carr
  • Last ran: about 5 hours ago.
  • Auto-run in: about 19 hours.
  • Created on: 12 Feb 2012

469

data points

Description:

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

Time Recorded (time1429) Data (data1429)
25 May 2013 08:15:26 [72.6666666666667]
24 May 2013 08:15:28 [71.7083333333333]
23 May 2013 08:15:30 [71.1111111111111]
22 May 2013 08:15:29 [71]
21 May 2013 08:15:30 [70.8148148148148]
a = urlread('http://www.metacritic.com/browse/movies/release-date/theaters/metascore?view=detailed');

[~, ~, ~, myStrings] = regexp(a, 'data textscore textscore_(unfavorable|favorable|mixed|outstanding)">[0-9\.]+</span>');
[~, ~, ~, numStrings] = regexp([myStrings{:}], '[0-9\.]+');
userMean = 10*mean(cellfun(@str2double, numStrings))

updatetrend(userMean)
Tags:

    0 comments