-
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
-
kaiman2
一个二维的卡尔曼滤波程序,给定了状态方程和观测方程,对学习信息融合,滤波估计灯方面有积极的知道效果(A two-dimensional Kalman filtering process, given the state equation and observation equation, the study of information fusion, filtering light area is estimated to know there is a positive effect)
- 2009-03-28 18:04:09下载
- 积分:1
-
trn_set
try this first to do image segmentation for you. Its very easy to follow.
- 2011-05-24 14:58:04下载
- 积分:1
-
PV_boost_final
This is a simulink of connecting PV+Boost converter
- 2015-03-07 00:21:57下载
- 积分:1
-
printedprincipal_components
是一个主成份分析的初学文章写的很好的可以学习很多东西(Principal component analysis is an article written by the beginner can learn a lot of good things)
- 2007-10-09 08:35:20下载
- 积分:1
-
Mesh2d-v24
matlab code for MESH2D - Automatic Mesh Generation
- 2015-02-03 15:48:36下载
- 积分:1
-
LQR
说明: LQR最优控制,可以应用于基于磁流变阻尼器汽车悬架等半主动控制(LQR optimal control can be applied to semi-active control of vehicle suspension based on MR damper.)
- 2021-03-03 10:49:33下载
- 积分:1
-
MATLAB_the_S-Function_written_guidance
横润科技《MATLAB的S-Function编写指导>>(MATLAB the S-Function written guidance)
- 2010-08-23 09:37:34下载
- 积分:1
-
bv_cvxbook
book of Convex Optimization(Convex Optimization
Stephen Boyd
Department of Electrical Engineering
Stanford University
Lieven Vandenberghe
Electrical Engineering Department
University of California, Los Angeles)
- 2013-01-25 23:58:06下载
- 积分:1
-
bb
说明: 基于贝叶斯分类算法的图像阈值分割
迭代最佳阈值分割算法
matlab7.0环境运行无误(Bayesian classification algorithm based on image threshold segmentation iterative threshold segmentation algorithm for the best environment to run correctly matlab7.0)
- 2008-05-16 10:35:40下载
- 积分:1