-
newton
牛顿法求解minf(x)=x1^3+x2^3-3(x1+x2)初始点x=(6,4)精度为0.05。可运行出结果,程序清晰,算法明确。(Newton method for solving min f (x) = x1 ^ 3+ x2 ^ 3-3 (x1+ x2) the initial point x = (6,4) accuracy of 0.05.It can run out the results 。 it s program is clear, and
it s algorithm is explicit .)
- 2012-02-15 14:29:38下载
- 积分:1
-
FIR.IIR
用matlab设计一个FIR和IIR滤波器,并对产生白噪声的信号进行滤波(hello)
- 2010-06-08 07:55:42下载
- 积分:1
-
armahat
采用修改的Yule-Walker方程来计算ARMA模型的参数,注意,是针对随机信号;
(calculat parameters for ARMA model)
- 2013-02-27 17:17:20下载
- 积分:1
-
EC
说明: i want matlab code for image processing in 3d modeling technique
- 2014-11-15 23:29:01下载
- 积分:1
-
psopt20100414
MATLAB蚁群算法源程序,和大家一起分享!和大家一起多多交流学习!(MATLAB source code ant colony algorithm, and to share with everyone! Learn more exchanges with everyone!)
- 2010-05-19 20:29:02下载
- 积分:1
-
MATLABrmsc
matlab入门手册 一本很不错的基础教程 可下载学习 pdf格式(Getting Started manual matlab a very good basis for learning tutorial download pdf format)
- 2010-05-26 23:12:41下载
- 积分:1
-
Genetic_Algorithm_Final_mindistance
MATLAB SIMULATION FILE TYPE 2 FILE
- 2014-11-21 23:48:27下载
- 积分:1
-
Bayliss-weighting
It is Bayliss weighting source code.
- 2020-12-09 16:29:18下载
- 积分:1
-
Yingjie-DU_HW4
This is a self developed Finite Element Method code.This code is written in Object oriented matlab programing lanuage. It is well designed. It is a good code for you to learn how to write object oriented matlab code. If you are interested in matlab programming or FEM simulation. Please feel free to contact the author.
- 2012-10-18 14:36:17下载
- 积分:1
-
k_clique
[X,Y,Z] = k_clique(k,A)
Inputs:
k - clique size
A - adjacency matrix
Outputs:
X - detected communities
Y - all cliques (i.e. complete subgraphs that are not parts of larger complete subgraphs)
Z - k-clique matrix(k-clique algorithm as defined in the paper Uncovering the overlapping community structure of complex networks in nature and society - G. Palla, I. Derényi, I. Farkas, and T. Vicsek- Nature 435, 814–818 (2005))
- 2015-10-20 16:17:08下载
- 积分:1