annotate matlab/fileplot.m @ 75:8a146c651475 tip

Added ready made bbl
author samer
date Fri, 01 Jun 2012 16:19:55 +0100
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