Changeset 1152 for trunk/src/read_multimadoc.m
- Timestamp:
- Jul 4, 2024, 4:23:43 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_multimadoc.m
r1127 r1152 42 42 timecell=cell(1,nbview); 43 43 for iview=1:nbview%Loop on views 44 XmlFileName=find_imadoc(RootPath{iview},SubDir{iview} ,RootFile{iview},FileExt{iview});44 XmlFileName=find_imadoc(RootPath{iview},SubDir{iview}); 45 45 if ~isempty(XmlFileName) 46 46 [XmlData{iview},warnmsg]=imadoc2struct(XmlFileName);% read the ImaDoc xml file
Note: See TracChangeset
for help on using the changeset viewer.