-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
PCA
简单的数据降维算法(PCA)举例,构造随机的10维数据,降维成3维的。Sample可替换成用户数据(Examples of simple data reduction algorithms (PCA) are presented)
- 2020-09-18 16:07:58下载
- 积分:1
-
psoToolbox
说明: 布谷鸟搜索算法,利用布谷鸟搜索觅食的特点对数据进行搜索优化。(Cuckoo search algorithm uses the characteristics of cuckoo search and foraging to search and optimize the data.)
- 2019-02-18 16:41:17下载
- 积分:1
-
Rao_eg14_9
more examples on how to compute regression
- 2009-09-24 15:59:33下载
- 积分:1
-
Eye
Eye tracking matlab script
- 2010-02-21 05:09:10下载
- 积分:1
-
2009101511474503
用matlab编写的用于车牌识别的程序,识别车牌,并辨认出字母和数字(Using matlab to prepare for license plate recognition program, identify license plates and identify letters and numbers)
- 2010-02-26 10:30:53下载
- 积分:1
-
path-find-GA-algorithm-PSO
algorithm for matlab IN pso and GA
- 2013-01-18 15:26:47下载
- 积分:1
-
BORNE-DU-SHANNON
script shannon limit how to plot it ?
- 2012-11-21 16:51:39下载
- 积分:1
-
im_registr_MI
matlab 中基于互相关函数的程序,希望对各位学者有帮助!(matlab cross correlation function based on the procedure, in the hope that scholars will help you!)
- 2009-04-20 16:30:55下载
- 积分:1
-
fcnFrostFilter
fcnFrostFilter performs noise filtering on an image based on an adaptive filter proposed by Frost.
[1] V. S. Frost, et al., "A Model for Radar Images and Its Application to Adaptive Digital Filtering of Multiplicative Noise," IEEE Trans. Pattern Anal., Machine Intell., vol. 4, no. 2, pp. 157-166, Mar. 1982.
- 2012-08-06 17:53:38下载
- 积分:1