Changeset 674 for trunk/src/find_imadoc.m
- Timestamp:
- Aug 23, 2013, 2:56:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_imadoc.m
r672 r674 15 15 dotchar=regexp(SubDir,'\.'); 16 16 for idot=1:numel(dotchar) 17 XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1) ) '.xml']);17 XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1)-1) '.xml']); 18 18 if exist(XmlFileName,'file') 19 19 SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1)));
Note: See TracChangeset
for help on using the changeset viewer.