data points
| Time Recorded (time1362) | Data (data1362) |
|---|---|
| 18 Jun 2013 10:30:14 | [0.659314313114361] |
| 17 Jun 2013 10:30:16 | [1.26118551438352] |
| 16 Jun 2013 10:30:17 | [1.75057346372087] |
| 15 Jun 2013 10:30:14 | [0.629366228208194] |
| 14 Jun 2013 10:30:13 | [0.532701982835158] |
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.guardian.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