Error using urlfilter (line 26) Target string BOSTON does not appear
data points
| Time Recorded (time1193) | Data (data1193) |
|---|---|
| 04 Jan 2013 07:00:30 | |
| 03 Jan 2013 07:00:14 | [17] |
| 02 Jan 2013 07:00:19 | [31] |
| 01 Jan 2013 07:00:21 | [21] |
| 31 Dec 2012 07:00:20 | [27] |
url = 'http://www.nws.noaa.gov/xml/tpex/scs.php'; city = 'BOSTON'; temps = urlfilter(url,city,2); hitemp = temps(1); lotemp = temps(2); updatetrend(hitemp)
0 comments