Changeset 617 for trunk/src/read_multimadoc.m
- Timestamp:
- Apr 24, 2013, 2:55:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_multimadoc.m
r609 r617 16 16 function [XmlData,NbSlice_calib,time,errormsg]=read_multimadoc(RootPath,SubDir,RootFile,FileExt,i1_series,i2_series,j1_series,j2_series) 17 17 errormsg=''; 18 if ischar(RootPath) 19 RootPath={RootPath};SubDir={SubDir};RootFile={RootFile};FileExt={FileExt}; 20 end 18 21 nbview=numel(RootPath); 19 22 XmlData=cell(1,nbview);%initiate the structures containing the data from the xml file (calibration and timing)
Note: See TracChangeset
for help on using the changeset viewer.