-
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
-
femto
说明: 一种提高室内覆盖 的 解决方案 就 是所谓的 FAPs ( femtocell 接入点 ) 或家庭
基站 。 这些都是 为 室内使用 而设计的 低功耗 基站 , 这就 使蜂窝网络运营商 可以 扩大室内覆盖的 范围,比如一些受限或 不可用 的地方 。(A way to improve indoor coverage solution is called FAPs (femtocell access point) or home base stations. These are designed for indoor use of low-power base stations, which enables cellular network operators can expand the scope of indoor coverage, such as some areas limited or unavailable.
)
- 2011-03-28 20:47:46下载
- 积分:1
-
ecc_matlab
This is a demo execution of ECC image alignment algorithm
comment two of the three following lines
transform = translation
transform= affine
transform = homography
YOU MIGHT NEED MORE ITERATIONS FOR HOMOGRAPHIES!
- 2012-03-24 19:50:09下载
- 积分:1
-
imputation
不完全数据分析MATLAB程序(部分信息重建):最小均方估计、协方差矩阵、缺失值推测(Analysis of incomplete datasets: Estimation of mean values and covariance matrices and imputation of missing values)
- 2020-07-04 06:00:01下载
- 积分:1
-
EKF2
说明: 这是一个关于扩展卡尔曼滤波的源程序,可以帮助初学者学习该滤波算法(This is an extended Kalman filter on the source, can help beginners learn the filtering algorithm)
- 2011-04-01 09:19:47下载
- 积分:1
-
BPSK
很好很强大,是关于双极性基带数据信号对载波进行角度调制产生BPSK信号的,有用的就下取用(strong,just for student who need it.)
- 2010-05-23 00:53:43下载
- 积分:1
-
RGSC
人工势场法路径规划 matlab程序。基于随机产生的障碍图,利用人工势场法完成路径规划。内有详注。(Artificial Potential Field Path Planning matlab program. There are detailed notes.)
- 2015-05-13 15:57:49下载
- 积分:1
-
rgb2gray
此文件为 在matlab中rgb2gray的方式(way of rgb2gray in matlab)
- 2011-05-02 10:48:14下载
- 积分:1
-
jianmolunwenzuhetouziwenti1
这是本人原创的关于组合投资问题1数学建模论文,希望对参加数学建模建模的同学有帮助(This is my original portfolio problem of mathematical modeling papers, I hope to help students to participate in the mathematical modeling modeling)
- 2013-04-19 22:37:21下载
- 积分:1
-
Matlab
邓勇夫 基于K-均值聚类算法的数据分类方法MATLAB实现(K-means MATLAB)
- 2015-03-11 15:44:56下载
- 积分:1