data points
This will track the number of downloads in the previous 30 days for the Object Oriented Digital Clock on the MathWorks File Exchange.
| Time Recorded (time1568) | Data (data1568) |
|---|---|
| 18 Jun 2013 10:15:15 | [14] |
| 17 Jun 2013 10:15:14 | [12] |
| 16 Jun 2013 10:15:15 | [11] |
| 15 Jun 2013 10:15:15 | [11] |
| 14 Jun 2013 10:15:15 | [11] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/fileexchange/35319-object-oriented-digital-clock'; count = urlfilter( url, 'Downloads', 1, 'backward' ); updatetrend(count);
0 comments