view matlab/fileplot.m @ 43:3f643e9fead0

Added Andrew's bits, added to fig 2, fixed some spellings, added some section crossrefs.
author samer
date Thu, 15 Mar 2012 15:08:46 +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