-
85375561MATLAB7_0GuideBook
a详细介绍MATLAB7.0的功能,及其一些编程注意事项和程序举例。(a detailed introduction MATLAB7.0 functions, and some of its attention to matters of programming and procedures, for example.)
- 2007-07-30 14:00:03下载
- 积分:1
-
gaussseidel
gauss siedel sistemas de ecuaciones
- 2009-06-27 05:52:54下载
- 积分:1
-
mmgauss
mm算法求解GMM参数问题,matlab版本源程序,没加密(GMM mm algorithm parameters, Matlab version of the source, no encryption)
- 2006-06-23 16:47:17下载
- 积分:1
-
PART1
klms与lms的比较程序,包含收敛速度和误差分析(klms and lms comparison procedures, including the speed of convergence and error analysis)
- 2015-09-10 21:43:29下载
- 积分:1
-
AplikasiPenilaian
Aplication values with NetbeansIDE
- 2014-11-27 12:09:33下载
- 积分:1
-
gray_prediction_shichang_zhanyoulv
利用灰色预测,经matlab编程,求出未来几年出版每门课程市场占有率情况,并进行级比检验、残差检验(Gray prediction by matlab programming, find the next few years, the market share of each course publishing, and to carry out class ratio test, residual test)
- 2013-11-02 10:49:58下载
- 积分:1
-
BP
说明: 0案例分析\MATLAB神经网络30个案例分析\源程序\案例1 BP神经网络的数据分类-语音特征信号分类(0 Case Study \ MATLAB neural network analysis of 30 cases \ source \ Case 1 BP neural network data classification- voice characteristic signal classification)
- 2012-06-02 22:08:13下载
- 积分:1
-
lms
lms滤波算法的MATLAB源代码,lms为变步长最小均方自适应滤波算法(matlab source code of lms algorithm. lms is the least mean square adaptive filter algorithm)
- 2013-11-01 07:53:19下载
- 积分: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
-
GUI_7
matlab gui development example
- 2010-05-14 07:57:41下载
- 积分:1