data points
The number of Ramen shops in Tokyo (as indicated by tabelog.com)
| Time Recorded (time1439) | Data (data1439) |
|---|---|
| 25 May 2013 09:30:20 | [6043] |
| 24 May 2013 09:30:19 | [6041] |
| 23 May 2013 09:30:19 | [6038] |
| 22 May 2013 09:30:19 | [6038] |
| 21 May 2013 09:30:19 | [6037] |
data = urlread('http://r.tabelog.com/ramen/tokyo/');
loc = strfind(data,'全<strong><span class="num">')
count = sscanf(data(loc(1)+27:end),'%f')
updatetrend(count);
0 comments