-
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
-
interactinual
航天测控装备交互式电子技术手册应用研究TT & C equipment, application of interactive electronic technical manual(TT & C equipment, application of interactive electronic technical manual)
- 2011-01-21 20:21:03下载
- 积分:1
-
yichuansuanfaTSP
说明: 遗传算法解决TSP问题。单路径求解最短路径(Genetic algorithm to solve TSP problem.Solve the shortest path for a single path)
- 2021-03-22 10:40:29下载
- 积分:1
-
matlablearn
这个是学习MATLAB的书籍,适合基础较差的朋友(This is a learning MATLAB books, suitable for the basis of poorer Friend)
- 2007-07-14 22:29:24下载
- 积分:1
-
Matlab_Hfss
在HFSS中进行复杂的三维建模的Matlab程序(In the HFSS in the complex three-dimensional modeling of the Matlab program)
- 2010-05-21 13:01:00下载
- 积分:1
-
Statistics Code by Matlab
包含一元线性回归分析、多元线性回归分析、逐步回归分析、非线性回归分析、主成分分析、因子分析、层次聚类分析、判别分析、自相关分析和自回归分析的全套Matlab源代码(MATLAB source code including linear regression analysis, multiple linear regression analysis, stepwise regression analysis, non-linear regression analysis, principal component analysis, factor analysis, hierarchical clustering analysis, discriminant analysis, autocorrelation analysis and autoregressive analysis)
- 2019-03-14 22:17:00下载
- 积分:1
-
Ica-to-face
The above file show the Independent componets analysis used in face recognisation
- 2013-08-09 15:28:08下载
- 积分:1
-
qpso-pid-pso-matlab-src
pso-pid量子粒子群算法qpso的matlab代码以及pid控制器在matlab中的仿真程序(Pso- pid quantum particle swarm optimization (qpso matlab code and pid controller in matlab simulation program)
- 2015-11-08 14:48:08下载
- 积分:1
-
chepaidingwei
较简单的车牌定位方法,并用matlab实现,该程序得到我老师的好评!(A simpler method of license plate location and use matlab implementation, the program received high praise from my teacher!)
- 2010-07-06 15:53:41下载
- 积分:1
-
MI_pls
通过此程序可以对通过建立偏最小二乘法和互信息偏最小二乘法两种模型来预测燃油品质,并对两种方法进行比较(This procedure can be through the establishment of mutual information and partial least squares PLS two models to predict fuel quality, and compare the two methods)
- 2011-11-28 19:30:01下载
- 积分:1