data points
Updates the trend count by one each time a data point is collected.
| Time Recorded (time1247) | Data (data1247) |
|---|---|
| 22 May 2013 09:15:09 | [438] |
| 21 May 2013 09:15:20 | [437] |
| 20 May 2013 09:15:10 | [436] |
| 19 May 2013 09:15:10 | [435] |
| 18 May 2013 09:15:10 | [434] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/trendy/trends/1247'; count = urlfilter(url, 'data_points') + 1; updatetrend(count);
0 comments