Error using urlfilter (line 26) Target string 50 of does not appear
data points
This is the number of File Exchange entries classified as "Drivers"
| Time Recorded (time1417) | Data (data1417) |
|---|---|
| 14 Feb 2013 05:00:19 | |
| 13 Feb 2013 05:00:17 | [152] |
| 12 Feb 2013 05:00:20 | [152] |
| 11 Feb 2013 05:00:18 | [152] |
| 10 Feb 2013 05:00:26 | [152] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/fileexchange/?term=type%3Adriver'; count = urlfilter(url, '50 of'); updatetrend(count);
0 comments