Changeset 453 for trunk/src/struct2xml.m


Ignore:
Timestamp:
Jun 13, 2012, 5:03:06 PM (12 years ago)
Author:
sommeria
Message:

series adapted to BATCH mode. Tests still needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/struct2xml.m

    r450 r453  
    4848     [t,new_uid]=add(t,uid,'element',key);
    4949     [t]=add(t,new_uid,'chardata',val);
    50  elseif isnumeric(val)
     50 elseif isnumeric(val)||islogical(val)
    5151       siz=size(val);
    5252       if length(siz)<=2 %do not translate matrices with more than 2 indices
Note: See TracChangeset for help on using the changeset viewer.