Changeset 89 for trunk/src/imadoc2struct.m
- Timestamp:
- May 20, 2010, 1:48:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imadoc2struct.m
r81 r89 1 1 %'imadoc2struct': reads the xml file for image documentation 2 %------------------------------------------------------------------------ 3 % function [s,errormsg]=imadoc2struct(ImaDoc) 2 4 % 3 %function [s,errormsg]=imadoc2struct(ImaDoc)4 %--------------------------------------------------------5 5 % OUTPUT: 6 6 % s: structure representing ImaDoc … … 13 13 % INPUT: 14 14 % ImaDoc: full name of the xml input file with head key ImaDoc 15 %function [s,error,Heading,nom_type_ima,ext_ima,abs_time,TimeUnit,mode,NbSlice]=imadoc2struct(ImaDoc) 15 16 16 function [s,errormsg]=imadoc2struct(ImaDoc) 17 17
Note: See TracChangeset
for help on using the changeset viewer.