-
shuzhi
用MATLAB实现数值分析的不同计算方法的实现过程,是研究生一年级需要的(Numerical Analysis Using MATLAB to achieve the realization of a different method of calculation process is required first-year graduate students)
- 2009-06-20 14:27:08下载
- 积分:1
-
MOEAD
多目标优化算法moea/d算法代码的源代码,遗传算法,进化算法。(Multiobjective Evolutionary Algorithm Based on Decomposition)
- 2014-12-17 10:09:53下载
- 积分:1
-
EIA
This folder contains Matlab functions for the Enhanced Interval Approach (EIA) in:
Simon Coupland, J. M. Mendel and Dongrui Wu, “Enhanced Interval Approach for Encoding Words into Interval Type-2 Fuzzy Sets and Convergence of the Word FOUs,” IEEE World Congress on Computational Intelligence, Barcelona, Spain, July 2010.
All following functions were tested in Matlab 7.4.0 (R2007a) under Windows 7:
centroidIT2: Compute the centroid of an IT2 FS.
EKM: Implement the Enhanced KM algorithms.
IA: Implement the Interval Approach for word encoding.
mainJPL: Illustrate IA and EIA using the JPL dataset.
mainWeb: Illustrate IA and EIA using the Web dataset.
mg: Compute the membership grades of a vector of numbers on a T1 FS.
plotFigures: Plot Figs. 3.18, 3.19 and 3.20 in the book.
plotIT2: Plot an IT2 FS.
Last modified by Dongrui Wu (dongruiw@usc.edu), May 2, 2010.
- 2013-12-19 03:06:00下载
- 积分:1
-
火箭的弹道仿真
某型火箭的弹道仿真 包含GUI操作界面、ode函数文件、调用ode的主调文件(Trajectory simulation)
- 2017-09-17 15:06:49下载
- 积分:1
-
MbookMATLAB
本书主要可以分为两部分,第一本书是基础,主要介绍了matlab的基本图像处理方法;第二部分是应用,主要介绍理论和方法的实际使用。(The book can be divided into two main parts, the first book is the basis, mainly introduces the basic matlab image processing method the second part of the application, the main theoretical and methodological introduction of actual use.)
- 2007-10-31 14:01:48下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
Pow
根据能谱的定义来计算能谱的程序,内涵fortran程序(power spectral)
- 2009-10-24 15:41:15下载
- 积分:1
-
perceptronmatlab
MATLAB的程序,感知器算法相关,大家互相学习(codes for Matlab Perceptron)
- 2009-12-18 10:04:49下载
- 积分:1
-
cvx
讲述凸优化,经典著作,有matlab程序(About convex optimization, classics, there is matlab program)
- 2011-10-14 09:07:43下载
- 积分:1
-
digitalimagedecimationinterpolation
digital image decimation-interpolation
- 2009-03-18 11:48:20下载
- 积分:1