data points
This trend measures the number of Cody players, of the top 50, who have personalized their profile picture.
| Time Recorded (time1496) | Data (data1496) |
|---|---|
| 18 May 2013 08:00:22 | [22] |
| 17 May 2013 08:00:21 | [22] |
| 16 May 2013 08:00:22 | [22] |
| 15 May 2013 08:00:21 | [22] |
| 14 May 2013 08:00:20 | [22] |
url = 'http://www.mathworks.com/matlabcentral/cody/players'; target = 'profilepic_default.gif'; html = urlread(url); count = 50 - length(regexp(html,target)); updatetrend(count);
0 comments