-
PCA-matlab
此程序为用于主成分分析的matlab程序,可以输出贡献率及画出二维散点图(this procedure for the Principal Component Analysis Matlab procedures can export contribution rate and the two-dimensional plot paint)
- 2006-11-01 10:50:43下载
- 积分:1
-
ResearchPaper
This paper describes the impact of fuzzy parameter in FCM algorithm, and found 2.1 value as suitable one.
- 2014-09-22 19:34:11下载
- 积分:1
-
5-(2)
To support wireless communication : MIMO
- 2013-12-24 21:54:18下载
- 积分:1
-
PLS
利用偏最小二乘法实现对近红外光谱的血液定量分析(Quantitative analysis of blood in near infrared spectrum by partial least squares)
- 2021-05-13 15:30:02下载
- 积分:1
-
ComputerSecurity
An Immunological Model of Distributed Detection and its Application to Computer Security(PhD thesis)
- 2007-07-24 23:33:03下载
- 积分:1
-
Planning
规划问题,内含详细代码和ppt资料,可对照学习(Planning, code and ppt containing detailed information can be controlled study)
- 2011-01-15 18:19:17下载
- 积分:1
-
chongkou-moxing
虫口模型:某模型的分岔图,详细的计算过程,里面还附有结果图( Insect population model: a model bifurcation diagram insect population model: a model of the bifurcation diagram)
- 2012-10-18 11:27:28下载
- 积分:1
-
LMS_Algo
功能描述:用matlab语言实现LMS自适应算法
函数名:LMS_Algo
输入参数:
(1)M:滤波器的阶数
(2)N:LMS算法迭代的次数
(3)mu:自适应参数
(4)xn:LMS算法的输入序列
输出参数:
(1)系数矢量A (Function Description: The LMS adaptive algorithm matlab language function name: LMS_Algo Input parameters: (1) M: the order of filter (2) N: LMS algorithm the number of iterations (3 ) mu: adaptive parameters (4) xn: LMS algorithm for the input sequence Output parameters: (1) coefficient vector A )
- 2010-07-11 12:13:12下载
- 积分:1
-
idl2matlab-1.4
IDL转Matlab,可以将IDL源代码转成MATLAB,并有例子(IDL to Matlab)
- 2020-12-13 09:59:15下载
- 积分:1
-
nonlineareq
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
(see quasi-Newton or Levenberg-Marquardt methods).
g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2)
g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2)
- 2012-03-27 03:28:25下载
- 积分:1