Code covered by the BSD License  

Highlights from
Hidden Markov Models for Molecular Motors

image thumbnail
from Hidden Markov Models for Molecular Motors by Fred Sigworth
A set of functions for analysing noisy recordings of the random stepping of molecular motors

ms=QuickShiftMex(m,shift)
function ms=QuickShiftMex(m,shift)
% Faster replacement for circshift for time-critical applications.
% About twice as fast as circshift.
% Calls the mex routine QuickShiftMex, if available.
%
    ms=circshift(m,shift);    

Contact us at files@mathworks.com