-
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
-
Chap_5_EQ
西蒙赫金的《自适应滤波原理》一书的matlab程序,现在继续上传第5章的程序,
大家学习交流,觉得有用的自己下载,(西蒙赫gold Adaptive Filtering Theory matlab program book, and now continue to upload the procedures in Chapter 5, we study the exchange of their own find useful downloads,)
- 2008-04-15 11:51:21下载
- 积分:1
-
rengongmianyisuanfa
别人发给我的人工免疫算法,对搞这方面研究的朋友应该有帮助(Someone sent me the artificial immune algorithm, to engage in research in this area should help a friend)
- 2011-09-15 16:49:00下载
- 积分:1
-
find_nn
k近邻选取,在降维的时候需要构造邻接矩阵,需要选取近邻的个数(k neighborhood selection)
- 2020-11-12 18:09:44下载
- 积分:1
-
OFDM_simulate
这是对OFDM系统的一个仿真程序,平台是 MATLAB,对这样一个正交频分复用系统的理解很有好处。(This is an OFDM system, a simulation program, the platform is MATLAB, to such a orthogonal frequency division multiplexing system is very good.)
- 2008-06-10 21:43:02下载
- 积分:1
-
Simulation-of-MM1-Queue
Dear administrator
This is a simulation of M/M/1 queue with Matlab.
Thank you.
- 2013-01-30 19:11:54下载
- 积分:1
-
integral
from wikipedia:
Integration is an important concept in mathematics and, together with its
inverse, differentiation, is one of the two main operations in calculus.
Given a function f of a real variable x and an interval [a, b] of the real
line, the definite integral
- 2013-02-13 05:17:27下载
- 积分:1
-
PREPID
先进pid参数整定,包含各种用于pid参数整定的算法(Advanced pid parameter tuning)
- 2013-12-27 19:46:40下载
- 积分:1
-
SARFilter
SAR图像三种滤波方法: 1、gamma_MAP滤波; 2、均方差滤波: 3、Lee滤波(SAR image filtering method three: 1, gamma_MAP filter 2, mean square error filter: 3, Lee filter)
- 2020-09-18 22:17:54下载
- 积分:1
-
svm
this code provide to understanding SVM
- 2010-01-01 11:20:24下载
- 积分:1