Code covered by the BSD License  

Highlights from
Data Browser

image thumbnail
from Data Browser by Phil Larimer
A utility to browse data files that involve one or more channels of data over time.

detectCellAttached(inData, timePerPoint)
function events = detectCellAttached(inData, timePerPoint)
    if ~nargin
        events = 'Cell-Attached Spikes';
    else
        events = MTEO(inData, round(1/timePerPoint), 10);    
    end

Contact us at files@mathworks.com