Since it's your first time here, let us show you how Trendy works.

Close-button

MATLAB news on Google+ from Topsy

  • Created by: Toshiaki Takeuchi
  • Last ran: about 9 hours ago.
  • Auto-run in: about 13 hours.
  • Created on: 25 Feb 2012

447

data points

Description:

Topsy Google+ Search

Recently Collected Data (last 5 of 447) Show All Data

Time Recorded (time1493) Data (data1493)
25 May 2013 10:15:12 [10]
24 May 2013 10:15:12 [6]
23 May 2013 10:15:13 [9]
22 May 2013 10:15:13 [7]
21 May 2013 10:15:12 [5]
url = 'http://plus.topsy.com/s/matlab?window=d';
page = urlread(url);

try
  count = urlfilter(page, 'out of');
catch err
  k = strfind(page, 'No results found for');
  if ~isempty(k)
    count = 0;
  end
end

updatetrend(count);
Tags:

0 comments