Error using urlreadwrite (line 94)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in urlfilter (line 12)
textStr = urlread(url);
data points
This trend subtracts the number of following from the number of followers to get a simple (unscientific, unfair and stoooopid) number used for teasing each other at work.
It's yet another false metric of self-worth. Bask in the warm glow!
| Time Recorded (time1346) | Data (data1346) |
|---|---|
| 13 Apr 2013 07:15:21 | |
| 12 Apr 2013 07:15:27 | [86] |
| 11 Apr 2013 07:15:18 | [86] |
| 10 Apr 2013 07:15:19 | [85] |
| 09 Apr 2013 07:15:19 | [85] |
url = 'http://www.soundcloud.com/analog-interrupt/followers'; followers = urlfilter(url, 'followers-count'); following = urlfilter(url, 'following-count'); updatetrend(followers - following);
0 comments