Lines Matching refs:exist
143 if ~exist(inpathtest,'dir')
144 error(['Input directory ' inpathtest ' does not exist']);
147 if ~exist(refpathtest,'dir')
148 warning(['Reference directory ' refpathtest ' does not exist']);
219 if exist([inpath 'vqeFar.pcm'])
221 elseif exist([inpath 'apm_far.pcm'])
225 if exist([inpath 'vqeNear.pcm'])
227 elseif exist([inpath 'apm_near.pcm'])
231 if exist([inpath 'vqeEvent.dat'])
233 elseif exist([inpath 'apm_event.dat'])
237 if exist([inpath 'vqeBuf.dat'])
239 elseif exist([inpath 'apm_delay.dat'])
243 if exist([inpath 'vqeSkew.dat'])
245 elseif exist([inpath 'vqeDrift.dat'])
247 elseif exist([inpath 'apm_drift.dat'])
260 if exist([farFile])
299 if exist([farFile])
328 if ~exist(newfile,'file')
329 warning(['Output file ' newfile ' does not exist']);
333 if ~exist(reffile,'file')
334 warning(['Reference file ' reffile ' does not exist']);