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 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);
0 comments