-
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
-
quyuzengzhang
利用区域增长的方法来实现对图像的区域分割
(picture segmention based on increasing of region)
- 2010-09-06 17:51:44下载
- 积分:1
-
NguyenHuuCuong_Bai7
verify the nolinear system by feedback control, matlab code , it is for user need to indentify the nonlinear system
- 2010-09-28 11:20:58下载
- 积分:1
-
matlab6.5P
该书详解MATLAB 6.5的基本内容和仿真方法,供新手使用。(The book MATLAB 6.5 the basic content of the mass media and the simulation method for the use of beginners.
)
- 2012-03-25 11:20:27下载
- 积分:1
-
textureTransform
Compute the SVD, Eigen, QR and LU texture transforms of an image.
- 2014-12-22 16:18:11下载
- 积分:1
-
Gods-Algorithm
上帝算法是优化算法中一种比较特殊的算法,与哲学心理学有关联。(God s Algorithm)
- 2013-12-25 21:15:27下载
- 积分:1
-
PCA
邓蔡写的PCA算法,很详细,值得初学者借鉴(DengCai write PCA algorithm, very detailed, is worth reference for beginners)
- 2012-04-21 23:01:06下载
- 积分:1
-
bcjr_decoder
BCJR译码算法的matlab源代码,附有详细注释,适合学习map算法实现。(BCJR decoding algorithm matlab source code, detailed notes, suitable for studying the map algorithm.
)
- 2013-09-24 21:22:11下载
- 积分:1
-
circuitsloving
电路的求解,包含各种受控源,无伴电压源以及互感情况的电路求解(Circuit solving, contains a variety of controlled source the unaccompanied voltage source, and mutual inductance case circuit solving)
- 2013-04-13 21:46:43下载
- 积分:1
-
FDTD_monopolar_PML
该程序能够用于偶极子天线辐射方向图的仿真!(this program can be used to simulated the radiation pattern of monopolar antenna!)
- 2013-04-19 16:55:45下载
- 积分:1