data points
A trend of the Powerball estimated jackpot from www.powerball.com.
| Time Recorded (time1475) | Data (data1475) |
|---|---|
| 19 May 2013 09:00:18 | [40000000] |
| 18 May 2013 09:00:18 | [600000000] |
| 17 May 2013 09:00:19 | [550000000] |
| 16 May 2013 09:00:19 | [475000000] |
| 15 May 2013 09:00:18 | [360000000] |
url = 'http://www.powerball.com/'; count = urlfilter(url, 'Current Estimated Jackpot',7); %displays the winning 6 numbers first, then the jackpot total amount = count(7)*1e6; updatetrend(amount);
0 comments