Changeset 321


Ignore:
Timestamp:
Dec 6, 2011, 9:40:02 PM (12 years ago)
Author:
gostiaux
Message:

civ_matlab accepts a xml filename as input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_matlab.m

    r319 r321  
    4747
    4848if ischar(Param)
    49     t=xmltree(Param);
    50     Param=convert(t);
     49    Param=xml2struct(Param);
    5150end
    5251
Note: See TracChangeset for help on using the changeset viewer.