comparison matlab/fileplot.m @ 58:69b54aa5a9bb

Added plottrack.m and redid drum plots with whole track plot.
author samer
date Fri, 16 Mar 2012 20:52:56 +0000
parents 6464cf684717
children
comparison
equal deleted inserted replaced
57:ceec4e8b6585 58:69b54aa5a9bb
1 function fileplot(file,varargin) 1 function fileplot(file,varargin)
2 disp(file{1}); 2 disp(file{1});
3 drumplot(read_shift(file),varargin{:}); 3 drumplot(read_shift(file),varargin{:},'pause',0);
4 optpause(prefs('pause',1,'drawnow',1,varargin{:})); 4 optpause(prefs('pause',1,'drawnow',1,varargin{:}));
5 end 5 end