annotate matlab/fileplot.m @ 60:df1e90609de3

Added newplots generated from Andrew's updated tracking files.
author samer
date Fri, 16 Mar 2012 21:11:31 +0000
parents 69b54aa5a9bb
children
rev   line source
samer@20 1 function fileplot(file,varargin)
samer@20 2 disp(file{1});
samer@58 3 drumplot(read_shift(file),varargin{:},'pause',0);
samer@20 4 optpause(prefs('pause',1,'drawnow',1,varargin{:}));
samer@20 5 end