-
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
-
cdma
matlab code for cdma
- 2009-07-11 22:46:46下载
- 积分:1
-
2
说明: 采用抗积分饱和PID控制算法进行离散系统阶跃响应。可以避免控制量长时间停留在饱和区,防止系统产生超调。(PID Controler with intergration sturation)
- 2011-04-03 22:11:03下载
- 积分:1
-
nedi
基于插值的超分辨率NEDI算法,用matlab实现(The super-resolution interpolation algorithm based NEDI)
- 2021-04-23 15:58:48下载
- 积分:1
-
NewNRflow
用C语言编写的IEEE39节电系统潮流计算程序,用于matlab(IEEE39 power system computer program by C language, for matlab)
- 2013-09-16 10:35:54下载
- 积分:1
-
jidasiran
无线定位算法的极大使然估计法算法,用于无线定位算法(Wireless location algorithm greatly dictates estimation method algorithm for wireless location algorithm)
- 2013-04-11 13:31:42下载
- 积分:1
-
Assignment-3_12335-(1)
The principle of Huffman coding is (roughly) to replace symbols in the original data (in your case the value of each pixel of the image) by a numeric code that is attributed according to the probability of the symbol. The most probable (i.e. the most common) symbol will be replaced by shorter codes in order to realize a compression of the data.
- 2013-05-16 04:42:46下载
- 积分:1
-
Frequency-filtering
用matlab实现了简单的图像处理,频率滤波(Using matlab to achieve a simple image processing, frequency filtering)
- 2013-12-27 14:57:04下载
- 积分:1
-
convolutionPcorrelation
a matlab source code for convolution and correlation, combined by annotations
- 2011-05-04 08:55:42下载
- 积分:1
-
Bezier3d
2nd order Bezier 3d in matlab
- 2011-11-27 20:35:43下载
- 积分:1