-
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
-
QPSKgray
Rayleigh multipath/AWGN(Additive White Gaussian Noise)
QPSK Gray used
- 2009-12-12 21:27:39下载
- 积分:1
-
Gaussc
选主元的高斯消元法,用于求解线性方程组。很方便!基于c++开发。(Selected principal component of the Gaussian elimination method for solving linear equations. Very convenient! Based on c++ development.)
- 2010-03-03 10:41:17下载
- 积分:1
-
8psk
8psk的蒙特卡洛仿真8psk的蒙特卡洛仿真(8psk Monte Carlo simulation with matlab)
- 2020-11-26 19:29:30下载
- 积分:1
-
WOA-SA
说明: This work proposes two novel optimization algorithms called Salp Swarm Algorithm (SSA) and Multiobjective Salp Swarm Algorithm (MSSA) for solving optimization problems with single and multiple objectives. The main inspiration of SSA and MSSA is the swarming behaviour of salps when navigating and foraging in oceans. These two algorithms are tested on several mathematical optimization functions to
observe and confirm their effective behaviours in finding the optimal solutions for optimization problems.
- 2021-04-18 15:38:57下载
- 积分:1
-
BPinMATLAB
bp神经网络的应用,这个程序简单实用,大家可以通过调试参数体会一下(bp neural network applications, this procedure is simple and practical, we can taste through the debug parameters)
- 2010-10-02 15:06:21下载
- 积分:1
-
Documentation
some matlab codes for image processing
- 2009-06-02 15:50:09下载
- 积分:1
-
MATLABJIECHENG
matlab学习资料,讲述了在matlab下如何计算阶乘。(matlab learning materials, about how to calculate the factorial in matlab.)
- 2013-10-22 16:28:38下载
- 积分:1
-
Genetic-algorithms-matlab
遗传算法matlab程序,对初学者很有帮助,框架较好。(The genetic algorithm matlab program, useful for beginners, good framework.)
- 2012-11-06 23:26:27下载
- 积分:1
-
3.1-b=2-r=2
本例子用于计算bouc-wen模型的动力响应(This example is used to calculate bouc- wen dynamic response of the model)
- 2021-03-23 14:39:16下载
- 积分:1