-
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
-
matlab
基于数字信号处理的各种matlab源程序代码,包括FFT、DFT还有采样及系统响应函数等等。(All based on digital signal processing matlab source code, including FFT, DFT also sampling and system response function and so on.)
- 2010-07-12 21:49:47下载
- 积分:1
-
Chap_7
西蒙赫金的《自适应滤波原理》一书的matlab程序,现在继续上传第7章的程序,
大家学习交流,觉得有用的自己下载,(西蒙赫payment principle of adaptive filtering, one book matlab procedure, we shall now continue From Chapter 7 of the procedure, we study the exchange of their own find useful downloads,)
- 2008-04-15 11:55:00下载
- 积分:1
-
daolibai
说明: 倒立摆实验,有关大学现代控制理论中的实验内容(Inverted pendulum experiment)
- 2009-08-14 21:19:27下载
- 积分:1
-
MexDemo
使用vc6.0与matlab 2010b联合编程,并且测试通过 接口函数的编写(vc6.0 matlab 联合编程)
- 2012-05-06 20:15:30下载
- 积分:1
-
PSOApplication
PSO算法在工程优化方面的应用,详细介绍了PSO(PSO algorithm for optimization in engineering applications, detailed information on PSO)
- 2009-05-15 09:47:51下载
- 积分:1
-
parameterset
这个函数用来调取并保存在excel表中定义的原始参数( This function is used for retrieval and stored in excel original parameters defined in the table)
- 2013-09-26 21:42:36下载
- 积分:1
-
Matlab-GUI-applied
GUI设计蜘蛛爬行,针对互相追逐的蜘蛛,建立他们的爬行轨迹,同事,计算相遇时间等的Matlab程序文件。(GUI design spider, spider chasing each other, build their crawling track, colleagues calculated to meet the time of the Matlab program file.)
- 2013-05-12 10:14:55下载
- 积分:1
-
CRC16
it s a tiny code.i m looking forward to help someone
- 2009-04-18 18:59:00下载
- 积分:1
-
sa_main
模拟退火算法(Simulate Anneal Arithmetic,SAA),模拟退火算法(Simulate Anneal Arithmetic,SAA)是一种通用概率演算法,用来在一个大的搜寻空间内找寻命题的最优解(The simulated annealing algorithm is the probability of a universal algorithm is used to find the optimal solution of the proposition in a large search space)
- 2013-03-29 13:10:18下载
- 积分:1