Changeset 821 for trunk/src/@xmltree/Contents.m
- Timestamp:
- Oct 8, 2014, 9:10:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/@xmltree/Contents.m
r723 r821 1 1 % XMLTree: XML Toolbox for Matlab. 2 % Version 1. 0 12-Apr-20022 % Version 1.2 17-Nov-2004 3 3 % 4 4 % XML file I/O. … … 27 27 % 28 28 % Graphical user interface methods (work in progress). 29 % editor - Reimplementation of <view> for Matlab 6+ 29 30 % view - Graphical display of a tree. 30 31 % view_ui - Useful function for view method. … … 38 39 % xml_findstr - Find one string within another (mexfile) 39 40 % 41 % Conversions Matlab <=> XML 42 % loadxml - 43 % savexml - 44 % mat2xml - 45 % xml2mat - 46 % struct2xml - 47 % 40 48 % Demos. 41 49 % xmldemo1 - Create an XML tree from scratch and save it. … … 43 51 % xmldemo3 - Read an XML file, modify some fields and save it. 44 52 45 % Copyright 2002 Guillaume Flandin - INRIA Sophia Antipolis46 % $Revision: 1. 0$53 % Copyright 2002-2004 Guillaume Flandin <Guillaume@artefact.tk> 54 % $Revision: 1.2 $
Note: See TracChangeset
for help on using the changeset viewer.