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

Close-button

Cody players with personalized pictures

  • Created by: Ned Gulley
  • Last ran: about 21 hours ago.
  • Auto-run in: 1 day.
  • Created on: 27 Feb 2012

479

data points

Description:

This trend measures the number of Cody players, of the top 50, who have personalized their profile picture.

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

Time Recorded (time1496) Data (data1496)
18 Jun 2013 08:00:22 [23]
17 Jun 2013 08:00:25 [22]
16 Jun 2013 08:00:23 [22]
15 Jun 2013 08:00:21 [22]
14 Jun 2013 08:00:19 [22]
url = 'http://www.mathworks.com/matlabcentral/cody/players';
target = 'profilepic_default.gif';
html = urlread(url);
count = 50 - length(regexp(html,target));
updatetrend(count);
Tags:

    0 comments