Changeset 362 for trunk/src/find_file_series.m
- Timestamp:
- Jan 9, 2012, 5:21:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r360 r362 181 181 for ifile=1:nbpair 182 182 rr=regexp(dirpair(ifile).name,detect_string,'names'); 183 if ~isempty(rr) 183 184 i1=str2num(rr.i1); 184 185 i2=str2num(rr.i2); … … 232 233 j2_series(ref_i+1,ref_j+1,nb_pairs+1)=j2; 233 234 end 235 end 234 236 end 235 237 % look for the numerical string of the first files to update the NomType (take into account the 0 before the number)
Note: See TracChangeset
for help on using the changeset viewer.