Mercurial > hg > cip2012
view matlab/fileplot.m @ 56:fa819cf73ea7
Improved introduction, removed 1st para after section indent.
author | samer |
---|---|
date | Fri, 16 Mar 2012 18:05:17 +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