Error using urlreadwrite (line 90)
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
Trend to track the price of gold per ounce.
| Time Recorded (time1448) | Data (data1448) |
|---|---|
| 06 Dec 2012 07:16:15 | |
| 05 Dec 2012 07:14:41 | [1701.95] |
| 04 Dec 2012 07:14:47 | [1702.12] |
| 03 Dec 2012 07:14:29 | [1719.01] |
| 02 Dec 2012 07:14:16 | [1715.1] |
url = 'http://www.goldalert.com/'; tgt = '$</span>'; myNumber = urlfilter( url, tgt, 1, 'forward') updatetrend(myNumber(1))
0 comments