Error using urlreadwrite (line 90)
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 (time1345) | Data (data1345) |
|---|---|
| 14 Jan 2013 19:32:52 | |
| 14 Jan 2013 18:30:14 | [27] |
| 14 Jan 2013 17:30:15 | [27] |
| 14 Jan 2013 16:30:12 | [27] |
| 14 Jan 2013 15:30:13 | [27] |
url = 'http://www.soundcloud.com/baconworks/followers'; followers = urlfilter(url, 'followers-count'); following = urlfilter(url, 'following-count'); updatetrend(followers - following);
1 comment
I can has comment?