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
see title
| Time Recorded (time1615) | Data (data1615) |
|---|---|
| 23 Apr 2013 05:00:34 | |
| 23 Apr 2013 04:00:52 | [10265] |
| 23 Apr 2013 03:00:11 | [10265] |
| 23 Apr 2013 02:00:11 | [10265] |
| 23 Apr 2013 01:00:12 | [10265] |
% Example - Retrieve answer count on MATLAB Answers url = 'http://www.mathworks.com/matlabcentral/cody/players/2722350-bmtran'; count = urlfilter(url, 'Badges'); updatetrend(count);
0 comments