-
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
-
MultirateminmaxuncertaintyRobustPredictive
不确定多采样率min_max鲁棒预测控制Multirate min_max uncertainty Robust Predictive Control(Multirate min_max uncertainty Robust Predictive Control)
- 2010-11-20 13:14:54下载
- 积分:1
-
lorenz
通过4阶龙格库塔方法求解混沌系统的微分方程(Through four order Runge-Kutta method for solving differential equations of chaotic systems)
- 2013-07-22 21:00:00下载
- 积分:1
-
kmean1
k均值的分析与,图解,自己亲自测试,能用并且(k-mean analysis, diagrams, personally testing, use )
- 2012-05-04 11:56:32下载
- 积分:1
-
Traitementdesignal.zip
SOURCE MATLAB MERCI A TOUS LE MONDE
- 2012-05-08 01:30:04下载
- 积分:1
-
patternclassification
杜达的《模式分类》第二版的配套的Matlab源代码,相信对大家一定会有帮助(Selecting the "classification" of the second version of the Matlab supporting source code, I believe it will benefit everyone)
- 2007-04-21 21:08:57下载
- 积分:1
-
DCT_normalization
说明: 函数运用基于DCT的正常化算法的图像的MATLAB程序(The function was applied to a wavelet-based image normalization algorithm.)
- 2010-04-21 17:06:24下载
- 积分:1
-
GA-3d
3 dimensin grafik simulator
- 2012-10-25 15:26:20下载
- 积分:1
-
添加球面镜
说明: 使用matlab制作SLM的会聚球面波相位全息图,欢迎大家借鉴(The use of MATLAB to produce SLM phase hologram of convergent spherical wave is welcomed for your reference.)
- 2020-11-03 20:49:52下载
- 积分:1
-
06 支持向量机
说明: 支持向量机源代码、实例讲解,以及其他智能优化算法对支持向量机的参数进行优化(Support vector machine source code, examples, and other intelligent optimization algorithms to optimize the parameters of support vector machines)
- 2020-12-17 11:29:12下载
- 积分:1