-
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
-
Bbeiijingyidoa
背景移动补偿技术的研究,是关于车辆检测期间对于背景移动的情况进进行的补偿技术的改进性的研究,希望对大家有所帮助。 已通过测试。
(Background compensation mobile technology, are about the context of vehicle detection during the moovement for the compensation technique to improve the research, hoping for U.S. help. Have passed the
)
- 2012-05-18 15:55:16下载
- 积分:1
-
DE
说明: DE算法整定PID参数,智能算法解决PID参数整定问题的例子。(DE for solving PID tunning)
- 2018-11-15 11:08:54下载
- 积分:1
-
kalman-filter
卡尔曼滤波器在于matlab下的实现代码(kalman filter)
- 2011-04-21 10:10:35下载
- 积分:1
-
PD
说明: PD control for robotics
- 2011-06-05 20:44:12下载
- 积分:1
-
matlab_MRF_examples
基于马尔科夫随机场的图像分割matlab源码。包括ICM迭代条件模式求解最大后验概率算法。(based on the Markov random field image segmentation Matlab source. ICM conditions including iterative model for the largest posterior probability algorithm.)
- 2007-05-19 21:13:44下载
- 积分:1
-
非线性动力学系统荙芬方程matlab-simulink仿真分析
非线性动力学系统荙芬方程matlab-simulink仿真分析(The Da Fen equations of nonlinear dynamical systems matlab-simulink simulation analysis)
- 2020-06-27 01:40:01下载
- 积分:1
-
矩形件下料优化排样的遗传算法
说明: 对于经典np问题矩形排样问题通过遗传算法进行优化,从而原料利用率,降低废料面积,提升厂家利益(For the classical NP rectangular layout problem, the genetic algorithm is used to optimize, so as to reduce the utilization rate of raw materials, reduce the waste area, and improve the interests of manufacturers)
- 2020-04-05 23:34:38下载
- 积分:1
-
buck
buck变换器仿真,直接可用,修改参数即可(buck converter simulation, directly available, you can modify the parameters)
- 2014-04-24 16:31:29下载
- 积分:1
-
ecognitionmatlab
matlab recognition algorithm
- 2009-12-29 01:47:16下载
- 积分:1