data points
| Time Recorded (time1257) | Data (data1257) |
|---|---|
| 23 May 2013 08:00:15 | [884] |
| 22 May 2013 08:00:14 | [881] |
| 21 May 2013 08:00:18 | [879] |
| 20 May 2013 08:00:15 | [879] |
| 19 May 2013 08:00:14 | [876] |
% the start urlstart = 'http://www.mathworks.com/matlabcentral/trendy/trends?order_by=created_at+asc'; thestart = urlfilter(urlstart, '/matlabcentral/trendy/trends/'); % the end urlend = 'http://www.mathworks.com/matlabcentral/trendy/trends?order_by=created_at+desc'; theend = urlfilter(urlend, '/matlabcentral/trendy/trends/'); % the result updatetrend(theend - thestart);
0 comments