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 "Scripts"
| Time Recorded (time1418) | Data (data1418) |
|---|---|
| 18 Apr 2013 09:30:29 | |
| 17 Apr 2013 09:30:18 | [5372] |
| 16 Apr 2013 09:30:19 | [5358] |
| 15 Apr 2013 09:30:24 | [5355] |
| 14 Apr 2013 09:30:18 | [5352] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/fileexchange/?term=type%3Ascript'; count = urlfilter(url, '50 of'); updatetrend(count);
0 comments