comparison toolboxes/xml_toolbox/xml_save.m @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 %XML_SAVE saves Matlab variables and data structures as XML
2 %
3 % SYNTAX
4 % xml_save( filename, var )
5 % xml_save( filename, var, attswitch )
6 % INPUT
7 % filename filename
8 % var Matlab variable or structure to store in file.
9 % attswitch optional, 'on' stores XML type attributes (default),
10 % 'off' doesn't store XML type attributes
11 %
12 % NOTE: Matlab data stored with the 'on' attribute (default) can be reloaded
13 % in its original form into Matlab with the XML_LOAD command.
14 %
15 % OUTPUT
16 % none
17 %
18 % RELATED
19 % xml_load, xml_format, xml_formatany, xml_parse, xml_parseany, xml_help, (xmlread, xmlwrite)
20
21 % Copyright (C) 2002-2005, University of Southampton
22 % Author: Dr Marc Molinari <m.molinari@soton.ac.uk>
23 % $Revision: 1.1 $ $Date: 2005/04/15 17:12:14 $ $Tag$
24