-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
MATLAB2--ppt
数字信号处理 )丁玉美,标准课件,PPT形式,很强大 很实用(Ding Mei, digital signal processing) standard courseware, PPT form, very powerful and very practical)
- 2013-01-03 11:52:22下载
- 积分:1
-
PV_MAX
电力系统程序,是电网接入光伏的最大容量程序,其中的限制条件为为全部节点的电压上下限,是MATLAB与OPENDSS的联合编程,程序可以得到任何一个节点的光伏接入极值(Power Systems program is the maximum capacity of photovoltaic grid connection procedures, restrictions as to limit the voltage on all nodes, joint programming and OPENDSS MATLAB, the program can get access to any node photovoltaic extreme)
- 2013-12-16 23:10:04下载
- 积分:1
-
emgm
EM algorithm for finding optimal value that represents parameters in the algorithm
- 2013-01-09 20:46:28下载
- 积分:1
-
average
平均滤波,对声音进行处理从而起到降低噪声作用(Average filter, which serve to reduce noise sound processing)
- 2012-09-23 00:36:23下载
- 积分:1
-
LE
说明: 拉普拉斯特征映射算法,运用MATLAB编写完成。(Laplace feature mapping algorithm, using MATLAB prepared.)
- 2015-05-07 16:51:12下载
- 积分:1
-
GA-MATLABLE
说明: 遗传算法中常用变异算子,开发语言为MATLABLE,希望对大家有所帮助(GA mutation operator used to develop language MATLABLE, we hope to help)
- 2011-03-10 10:42:41下载
- 积分:1
-
source-code-file-part1
matlab书籍源代码程序文件,对于掌握matlab基本技巧很有帮助(matlab source file)
- 2012-10-08 10:43:21下载
- 积分:1
-
psd
一个功率谱估计的程序,有需要的可以研究一下(A power spectrum estimation program can be studied if necessary.)
- 2019-03-25 16:07:11下载
- 积分:1
-
myguanyuquzaodedaima
基于matlab小波去噪程序,已经测试好了,可以直接使用的,提供给需要的朋友们( this is study on wavelet)
- 2010-12-12 17:21:59下载
- 积分:1