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 height from US Geological Survey for Quinsigamond River at North Grafton, MA.
| Time Recorded (time1253) | Data (data1253) |
|---|---|
| 22 Mar 2013 10:16:38 | |
| 21 Mar 2013 10:15:12 | [1.91] |
| 20 Mar 2013 10:15:12 | [1.91] |
| 19 Mar 2013 10:15:13 | [1.84] |
| 18 Mar 2013 10:15:12 | [2] |
% River Gage height, feet url = 'http://waterdata.usgs.gov/ma/nwis/uv?site_no=01110000'; height = urlfilter(url, 'Gage height, feet'); updatetrend(height);
0 comments