Changeset 456 for trunk/src/find_file_series.m
- Timestamp:
- Jun 17, 2012, 10:50:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r445 r456 235 235 end 236 236 %[tild,ifile_min]=min(ref_ij(ref_ij>0)); 237 i file_min=find(ref_ij>0 , 1);238 if isempty(i file_min)237 ind_select=find(ref_ij>0); 238 if isempty(ind_select) 239 239 % RootPath=''; 240 240 RootFile=''; 241 241 NomType=''; 242 242 else 243 [tild,ifile_min]=min(ref_ij(ind_select)); 243 244 [tild,tild,tild,tild,tild,tild,tild,tild,NomType]=fileparts_uvmat(dirpair(ifile_min).name);% update the representation of indices (number of 0 before the number) 244 245 NomType=regexprep(NomType,['^' NomTypePref],'');
Note: See TracChangeset
for help on using the changeset viewer.