data points
Topsy Google+ Search
| Time Recorded (time1493) | Data (data1493) |
|---|---|
| 25 May 2013 10:15:12 | [10] |
| 24 May 2013 10:15:12 | [6] |
| 23 May 2013 10:15:13 | [9] |
| 22 May 2013 10:15:13 | [7] |
| 21 May 2013 10:15:12 | [5] |
url = 'http://plus.topsy.com/s/matlab?window=d';
page = urlread(url);
try
count = urlfilter(page, 'out of');
catch err
k = strfind(page, 'No results found for');
if ~isempty(k)
count = 0;
end
end
updatetrend(count);
0 comments