-
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
-
self-tuning-control
自校正实例源代码,包含最小方差(间接和直接)自校正控制源代码,极点配置自校正控制等。(Since the correction source code examples, including minimum variance (indirect and direct) from corrective control the source code, and the pole assignment pid self-tuning control, etc.)
- 2012-05-05 13:49:08下载
- 积分:1
-
ZUOBIAOZHUANHUAN
主要使用MATLAB语言编写的高斯三度与六度带之间的转换(The main use of conversion MATLAB language Gauss three and six degrees between the bands
)
- 2014-09-22 16:24:00下载
- 积分:1
-
xiaobofenx
小波分析的各种例题小波分析的各种例题小波分析的各种例题小波分析的各种例题小波分析的各种例题(Various examples of wavelet analysis of various examples of various examples of various examples of wavelet analysis wavelet analysis of various examples of wavelet analysis wavelet analysis)
- 2016-03-17 16:17:16下载
- 积分:1
-
Numerical-method-conductionMATLAB
热传导方程几种差分格式的MATLAB数值解法比较(Numerical method for solving the heat conduction equation of several kinds of difference scheme of MATLAB
)
- 2014-09-16 10:39:15下载
- 积分:1
-
matlab
一个二维静电场,电位函数为φ(x, y),将正方形分成25个正方形网格。有16个内部网格点。假定16个网格点的初值都定为零,试用超松弛法确定16个内部网格点的电位值。(A two dimensional electrostatic field, the potential function for phi (x, y), the square into 25 square grid. There are 16 internal grid point. Assume that 16 mesh point of initial value at zero, trial overrelaxation method to determine the potential value of 16 internal grid point.)
- 2014-01-03 22:37:04下载
- 积分:1
-
matlab_qiufangchengdegen
计算方法 一二章求线性方程的根,matlab代码自编( U8BA1 u7B97 u65B9 u6CD2 u4E00 u4E8C u7E0C u7E0 u6C42 u7EBF u6027 u65B9 u7A0B u7684 u6839 uFF0Cmatlab u4EE3 u7801 u81EA u7F16)
- 2017-04-17 11:57:09下载
- 积分:1
-
chap8_1
基于模糊rbf网络的逼近算法及仿真实例源代码,包括学习算法等(rbf)
- 2009-06-13 15:48:47下载
- 积分:1
-
CorrelationDimension_Takens
说明: 求解关联维数123445566666777777888(Solving the correlation dimension 123445566666777777888)
- 2009-07-30 11:38:52下载
- 积分:1
-
fuzzy-fusion123
非常经典的基于模糊信息处理的数据融合方法研究.用MATLAB 实现的。
请大家好好学习(Very classical information processing based on fuzzy data fusion method. Using MATLAB realization. Please study hard)
- 2008-04-03 11:18:57下载
- 积分:1