samer@20: function indplots(files_shifts,varargin) samer@20: opts=prefs('print',0,varargin{:}); samer@20: for i=1:length(files_shifts) samer@36: if exist(files_shifts{i}{1},'file') && finite_shift(files_shifts{i}) samer@20: fileplot(files_shifts{i},'basename',sprintf('plots/file%d',i),opts); samer@20: end samer@20: end