-
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
-
MBSAS
顺序聚类算法的改进-MBSAS,并在MATLAB上实现该算法。(Clustering algorithm in order to improve-MBSAS, and the algorithm in MATLAB to achieve.)
- 2010-09-17 16:50:48下载
- 积分:1
-
111186733channel_model
channel simulation model for matlab
- 2008-08-22 19:57:58下载
- 积分:1
-
Cut0
说明: 对一个数组进行操作,删除其中的0元素!
输入:数组、相应的列Index。
输出:删除0元素之后的新数组!(Operate on an array, delete the 0 element! Input: an array, the corresponding column Index. Output: 0 elements after the deletion of a new array!)
- 2008-10-26 22:24:07下载
- 积分:1
-
untmee_conv_implicit
solving 1d transport (advection + diffusion)problem implicit method: dQ/dt+U dQ/dx=0
- 2012-04-30 00:15:22下载
- 积分:1
-
MIMO_System
这是一个基于mimo系统的matlab仿真的m文件,已经调过,希望对大家有所帮助!(This is a mimo system simulation matlab m file-based, have been adjusted, we want to help!)
- 2013-01-15 20:47:38下载
- 积分:1
-
matlab
matlab实用程序百例
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
(1-32 100 cases of matlab utility is: the application of articles 33-66 graphics is: interface design articles 67-84 is: graphics processing chapter 85-100 are: Numerical Analysis Section)
- 2009-04-22 14:55:27下载
- 积分:1
-
work
关于球体的RCS计算程序,此程序是由matlab语言编辑的,较为经典。(Sphere on the RCS calculation program, this program is edited by the matlab language, more classic.)
- 2011-11-21 21:08:10下载
- 积分:1
-
最优聚类数
运用matlab软件可实现矩阵的最优聚类数的计算(Using matlab software can realize the matrix calculation of the optimal number of clusters)
- 2017-11-08 19:52:42下载
- 积分:1
-
daima
根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。(According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula results, and compare the accuracy of points.)
- 2009-06-29 13:24:14下载
- 积分:1