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 "Functions"
| Time Recorded (time1411) | Data (data1411) |
|---|---|
| 18 Apr 2013 09:30:24 | |
| 17 Apr 2013 09:30:16 | [13690] |
| 16 Apr 2013 09:30:17 | [13667] |
| 15 Apr 2013 09:30:22 | [13667] |
| 14 Apr 2013 09:30:16 | [13656] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/fileexchange/?term=type%3Afunction'; count = urlfilter(url, '50 of'); updatetrend(count);
0 comments