data points
How many pages google displays for "hate Romney".
| Time Recorded (time1790) | Data (data1790) |
|---|---|
| 19 May 2013 05:00:30 | [29300000] |
| 18 May 2013 05:00:46 | [36600000] |
| 17 May 2013 05:00:36 | [40200000] |
| 16 May 2013 05:00:39 | [40200000] |
| 15 May 2013 05:00:38 | [40200000] |
% Example code added - Retrieve answer count on MATLAB Answers hateRomneyUrl = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=hate+romney'; hateRomneyCount = urlfilter(hateRomneyUrl, 'estimatedResultCount'); updatetrend(hateRomneyCount);
0 comments