-
xinhaopinpu
matlab谱分析\频率解与动态区域解适合通信等专业的初学者学习使用(matlab spectrum frequency solutions and dynamic regional solution for communications for beginners learning to use professional)
- 2010-11-13 18:32:37下载
- 积分:1
-
FastICA_21
说明: 快速独立分量变换,可用于信号特征的提取以及端点检测等,非常好用!(Fast independent component transform, can be used for the extraction of signal characteristics, such as endpoint detection, as well as very easy to use!)
- 2009-07-27 16:44:53下载
- 积分:1
-
lijing
基于matlab的电力系统潮流计算典例
(failed to translate)
- 2009-06-23 20:50:57下载
- 积分:1
-
amdem
自动目标识别仿真程序,希望能对大家有所帮组!(Automatic target recognition simulation program, hoping it' ll be to help a group!)
- 2011-01-06 19:26:46下载
- 积分:1
-
SVM-Matlab6
说明: 支持向量机的MATLAB程序,对支持向量机学习很有帮助(MATLAB support vector machine procedures, helpful support vector machine learning)
- 2011-03-15 11:56:23下载
- 积分:1
-
Queuing_Theory
Queuing_Theory排队论方面的电子文档,是学习用matlab编写排队论方面的仿真程序很好的参考材料。(Queuing_Theory queuing theory in the electronic document, is to learn using matlab simulation program in queuing theory, a good reference material.)
- 2011-10-13 21:29:16下载
- 积分:1
-
Speed-Control-of-Induction-Motor-by-Using-Intelli
Speed Control of Induction Motor by Using Intelligence Techniques
- 2015-02-05 00:01:39下载
- 积分:1
-
poissonSolver
Poisson Solver in MatLab
- 2012-11-10 23:31:55下载
- 积分:1
-
2
说明: 数值分析 隐式算法改显示算法 非弹性分析(Numerical analysis implicit algorithm to display the elastic analysis algorithm)
- 2012-01-09 16:19:52下载
- 积分:1
-
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