-
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
-
arma
针对ARMA的仿真源程序 对P, Q阶的求解(ARMA source for the simulation of P, Q-order solution)
- 2009-05-17 22:00:45下载
- 积分:1
-
dtw
时间序列分析中dtw算法的matlab实现,源代码。(Time Series Analysis dtw algorithm matlab implementation, the source code.)
- 2009-12-28 00:01:55下载
- 积分:1
-
atti_cal
惯性导航程序,matlab编辑,旋转矢量法结合方向余弦矩阵,完美计算姿态阵,惯导姿态更新程序(Inertial navigation procedures, matlab editing, rotation vector direction cosine matrix method combined with perfect posture matrix calculation, INS attitude update)
- 2014-11-01 22:51:32下载
- 积分:1
-
龙贝格积分法
说明: 三弯矩插值法
lagrange多项式插值
多项式最小二乘法
龙贝格积分法
分段线性插值
三转角插值
这些是数值分析中常用的集中经典方法,运用matlab展示出来!(three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!)
- 2006-01-13 18:31:40下载
- 积分:1
-
Mechanics-of-Composite-Materials-with-MATLAB
Mechanics of Composite Materials with MATLAB
- 2013-02-01 22:54:56下载
- 积分:1
-
hilbert
希尔伯特变换的c程序完整代码,可以实现相应功能(Hilbert transform of the c program code integrity, you can realize the corresponding function)
- 2008-06-04 11:03:18下载
- 积分:1
-
imaq_demo
matlab控制摄像头(如:网络摄像头等)获取外界图像(matlab control the camera (eg: webcam) to obtain external image)
- 2011-05-12 20:29:04下载
- 积分:1
-
nmpc_dynamic_planning-master
说明: 动态环境中使用非线性模型预测控制的路径规划(Path planning using nonlinear model predictive control in dynamic environments)
- 2021-03-31 17:28:51下载
- 积分:1
-
高斯白噪声
说明: 往信号里添加一个高斯白噪声,并将其显示出来(Add Gaussian white noise to the signal)
- 2021-04-26 15:28:46下载
- 积分:1