Code covered by the BSD License  

Highlights from
Minimal Stimulation analysis for pClamp

from Minimal Stimulation analysis for pClamp by Chessa Scullin
paired pulse traces from a abf file and make comparisons to an average trace

datasum.m
%%organizes data

sortedindex(2,1:size(sortvarify'))=sortvarify;
sortedindex2(2,1:size(sortvarify2'))=sortvarify2;

tracevsqual(:,1:2)=sortrows(sortedindex',1);
tracevsqual(:,[1,3])=sortrows(sortedindex2',1);

tracevsqual(:,1)=exptraces';

%clear sortvarify sortvarify2;

Contact us at files@mathworks.com