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.

detectExtracellular(inData, timePerPoint)
function events = detectExtracellular(inData, timePerPoint)
    if ~nargin
        events = 'Extracellular Units';
    else
        events = MTEO(inData, round(1/timePerPoint), 1.5);    
    end

Contact us at files@mathworks.com