• 大小: 303KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: Matlab
  • 标签: xml  matlab  

资源简介

XML Toolbox for Matlab

资源截图

代码片段和文件信息

% xml Toolbox for Matlab
% Version 3.2.0 (26-Aug-2005)
%
% Function Overview
%  xml_format    - Convert variable/structure to xml string
%  xml_parse     - Parse & convert xml string to variable/structure
%  xml_load      - Load .xml file written with xml_save
%  xml_save      - Save Matlab variable/structure to xml file
%  xml_formatany - Convert variable/structure to xml string with attributes
%  xml_parseany  - Parse & convert xml string to variable/structure with attributes
%  xml_help      - Display overview
%  demo_xml      - Demonstrate xml Toolbox functionality
%
% Built-in Matlab functions (from Version 6.5 for completeness)
%  xmlread       - Parse xml Document and return Document object Model node
%  xmlwrite      - Serialize xml Document object Model node
%  xslt          - Transform xml document using XSLT engine
 
%  Copyright (c) 2005 Geodise Project University of Southampton
%  xml Toolbox for Matlab http://www.geodise.org
%  Author: Dr Marc Molinari 
%  $Revision: 1.2 $ $Date: 2005/08/26 09:41:37 $

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1058  2007-03-22 16:03  xml_toolbox\contents.m
     文件         134  2007-03-22 16:03  xml_toolbox\contents.p
     文件        5778  2007-03-22 16:03  xml_toolbox\demo_xml.m
     目录           0  2007-03-22 16:03  xml_toolbox\doc\
     文件      150554  2007-03-22 16:03  xml_toolbox\doc\xml_toolbox.pdf
     文件        2550  2007-03-22 16:03  xml_toolbox\INSTALL.TXT
     文件        1597  2007-03-22 16:03  xml_toolbox\LICENSE.TXT
     文件        6758  2007-03-22 16:03  xml_toolbox\matlab.xsd
     文件        1061  2007-03-22 16:03  xml_toolbox\strsplit.m
     文件        2231  2007-03-22 16:03  xml_toolbox\strsplit.p
     目录           0  2007-03-22 16:03  xml_toolbox\tests\
     文件        8250  2007-03-22 16:03  xml_toolbox\tests\xml_tests.m
     文件         443  2007-03-22 16:03  xml_toolbox\test_datatypes.m
     文件        4842  2007-03-22 16:03  xml_toolbox\test_datatypes.p
     文件         893  2007-03-22 16:03  xml_toolbox\test_execute.m
     文件        9973  2007-03-22 16:03  xml_toolbox\test_execute.p
     文件         447  2007-03-22 16:03  xml_toolbox\test_xmlstrings.m
     文件        9322  2007-03-22 16:03  xml_toolbox\test_xmlstrings.p
     文件          73  2007-03-22 16:03  xml_toolbox\unblank.m
     文件        1122  2007-03-22 16:03  xml_toolbox\unblank.p
     文件         992  2007-03-22 16:03  xml_toolbox\xml_format.m
     文件       19333  2007-03-22 16:03  xml_toolbox\xml_format.p
     文件        1380  2007-03-22 16:03  xml_toolbox\xml_formatany.m
     文件       16539  2007-03-22 16:03  xml_toolbox\xml_formatany.p
     文件        1483  2007-03-22 16:03  xml_toolbox\xml_help.m
     文件         307  2007-03-22 16:03  xml_toolbox\xml_help.p
     文件        1068  2007-03-22 16:03  xml_toolbox\xml_load.m
     文件        3459  2007-03-22 16:03  xml_toolbox\xml_load.p
     文件        1044  2007-03-22 16:03  xml_toolbox\xml_parse.m
     文件       40470  2007-03-22 16:03  xml_toolbox\xml_parse.p
     文件         575  2007-03-22 16:03  xml_toolbox\xml_parseany.m
............此处省略9个文件信息

评论

共有 条评论