xml_help.m

来自「这个程序即可以读取XMl文件并转换成matlab结构体」· M 代码 · 共 33 行

M
33
字号
% --------------------------% XML TOOLBOX FOR MATLAB 3.1% --------------------------%% FUNCTIONS:%  xml_format       converts a Matlab variable into XML string%  xml_formatany    converts a Matlab variable into XML string with attributes%  xml_parse        parses & converts XML string into Matlab structure%  xml_parseany     parses & converts XML string into Matlab structure with attributes%  xml_save         saves a Matlab variable/structure in XML format in a file%  xml_load         loads the .xml file written with xml_save back into a variable%  xml_help         this file, displays info about available xml_* commands%  tests/xml_tests  tests the xml toolbox by writing/reading a number of xml test files%  strsplit         utility function which splits a string at specified characters%  unblank          utility function which removes leading and trailing spaces%% FILES:%  doc/xml_matlab   documentation containing info on installation, usage, implementation, etc.%  matlab.xsd       contains the Schema to validate xml files for the toolbox%                   (if not present, look at http://www.geodise.org/matlab.xsd)%% RELATED:%  xmlread, xmlwrite (shipped with Matlab from version 6.5)%% Further information can be obtained by using the help command on% a specific function, e.g. help xml_format or by visiting% http://www.geodise.org % Copyright (C) 2002-2005, University of Southampton% Author: Dr Marc Molinari <m.molinari@soton.ac.uk>% $Revision: 1.1 $ $Date: 2005/09/23 08:09:40 $ $Tag$ 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?