Changeset 453 for trunk/src/struct2xml.m
- Timestamp:
- Jun 13, 2012, 5:03:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2xml.m
r450 r453 48 48 [t,new_uid]=add(t,uid,'element',key); 49 49 [t]=add(t,new_uid,'chardata',val); 50 elseif isnumeric(val) 50 elseif isnumeric(val)||islogical(val) 51 51 siz=size(val); 52 52 if length(siz)<=2 %do not translate matrices with more than 2 indices
Note: See TracChangeset
for help on using the changeset viewer.