data points
| Time Recorded (time1363) | Data (data1363) |
|---|---|
| 24 May 2013 06:00:25 | [4.61258345134534] |
| 23 May 2013 06:00:24 | [3.45337937839171] |
| 22 May 2013 06:00:25 | [4.01905945721981] |
| 21 May 2013 06:00:23 | [3.25865580448065] |
| 20 May 2013 06:00:23 | [2.81455641005312] |
hysteriaIndicators = 'outrage|tragedy|tragic|horror|horrific|cancer|murder|drug|fury|slaughter|massacre|poison|suicide|disaster|scum|addict|scare|hysteria|revolt|sensation|scam|revenge|tortur|disgust|anguish|bomb|agony|sex|(?<!s)kill'; myurl = 'http://www.telegraph.co.uk/'; url = urlread(myurl); url = lower(url); count = length(regexp(url, hysteriaIndicators)); totalWords = length(regexp(url, '[a-z]+')); updatetrend(1000*count/totalWords);
0 comments