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
River flow rate from US Geological Survey for Quinsigamond River at North Grafton, MA.
| Time Recorded (time1254) | Data (data1254) |
|---|---|
| 22 Mar 2013 10:01:45 | |
| 21 Mar 2013 10:00:16 | [80] |
| 20 Mar 2013 10:00:16 | [83] |
| 19 Mar 2013 10:00:15 | [71] |
| 18 Mar 2013 10:00:16 | [93] |
% River flow rate, feet^3/sec url = 'http://waterdata.usgs.gov/ma/nwis/uv?site_no=01110000'; flow = urlfilter(url, 'Discharge, cubic feet per second'); updatetrend(flow);
0 comments