view matlab/fileplot.m @ 64:a18a4b0517e8

Finished sec 3B.
author samer
date Sat, 17 Mar 2012 01:00:06 +0000
parents 69b54aa5a9bb
children
line wrap: on
line source
function fileplot(file,varargin)
	disp(file{1});
	drumplot(read_shift(file),varargin{:},'pause',0);
	optpause(prefs('pause',1,'drawnow',1,varargin{:}));
end