Error using urlreadwrite (line 94)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in urlfilter (line 12)
textStr = urlread(url);
data points
This is the number of File Exchange entries classified as "Examples"
| Time Recorded (time1413) | Data (data1413) |
|---|---|
| 18 Apr 2013 07:15:22 | |
| 17 Apr 2013 07:15:20 | [457] |
| 16 Apr 2013 07:15:22 | [457] |
| 15 Apr 2013 07:16:16 | [457] |
| 14 Apr 2013 07:15:19 | [457] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/fileexchange/?term=type%3Aexample'; count = urlfilter(url, '50 of'); updatetrend(count);
0 comments