view matlab/fileplot.m @ 69:3fa185431bbc

Ref
author peterf
date Sat, 17 Mar 2012 05:50:29 +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