annotate matlab/fileplot.m @ 71:16e025363f20

Added drum tracking plot
author samer
date Mon, 19 Mar 2012 18:36:18 +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