-
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
-
KrigingToolboxV2.0
Kriging插值工具箱,可做可历尽内插(Kriging interpolation toolbox, can be experienced all kinds of interpolation)
- 2020-12-21 20:29:08下载
- 积分:1
-
nihe
1. 分别用2,3,4,5阶多项式来逼近[0,3]上的正弦函数sinx,并作出拟合曲线及sinx函数曲线线图。了解多项式的逼近程度和有效拟合区间随多项式的阶数有何变化。(1. Were treated with 2,3,4,5-order polynomial approximation [0,3] The sine function sinx, and make sinx function curve fitting curve and line graphs. Understand the degree of polynomial approximation and the effective range with the polynomial fitting order of any changes.)
- 2011-04-25 14:41:35下载
- 积分:1
-
chap23
先进PID控制MATLAB仿真(第3版), 作者: 刘金琨,2、3部分源码(Advanced PID control MATLAB simulation (3rd edition), Author: Jinkun, 2,3 some source)
- 2013-09-01 00:17:33下载
- 积分:1
-
krig_npoint
使用matlab实现了克里金插值算法,代码较短,运行时间也较为理想,但是缺少注释(use matlab to realize the Kriging interpolation algorithm ,code is shorter, running time is ideal)
- 2016-04-13 14:35:28下载
- 积分:1
-
chapter3
基于遗传算法的BP神经网络优化算法Matlab实现(Optimization algorithm based on genetic algorithm BP neural network)
- 2014-02-19 11:11:40下载
- 积分:1
-
gears
一个实例,用于计算齿轮啮合时的等效阻尼系数和等效刚度系数,只计算一个周期内的值。(One example, used to calculate the gear mesh of the equivalent damping and equivalent stiffness coefficient, only within a cycle.)
- 2021-04-06 09:59:02下载
- 积分:1
-
sildling-mode-control-simulation
滑模变结构控制MATLAB仿真(刘金锟)代码(sliding mode simulation)
- 2014-01-15 16:04:22下载
- 积分:1
-
findSimilar3.m.tar
find similar faces with eigenfaces.
- 2009-12-25 04:42:01下载
- 积分:1
-
MultiInputMultiOutput_VBLAST
multi input multi output vblasr code
- 2009-09-08 22:30:00下载
- 积分:1