view matlab/fileplot.m @ 36:ec7d64c0ae44

Work on section 2 and 3A.
author samer
date Wed, 14 Mar 2012 23:04:12 +0000
parents 6464cf684717
children 69b54aa5a9bb
line wrap: on
line source
function fileplot(file,varargin)
	disp(file{1});
	drumplot(read_shift(file),varargin{:});
	optpause(prefs('pause',1,'drawnow',1,varargin{:}));
end