-
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
-
AttenuationOfwaveOnMatlab
安照标准格式给出数据信息excel文档,可以处理数据并形成可视化模型,包含原始excel文档与m文件(Security is given according to standard format data excel document, can handle data and develop visual models, including the original excel file documents and m)
- 2010-05-25 13:49:39下载
- 积分:1
-
SR
说明: SOFC 重整器模型,包括参考文档,m.file,simulink模型(steam reformer for SOFC, include the world file,m file and simulink model)
- 2014-09-24 10:17:34下载
- 积分:1
-
SOSTOOLS.204
平方和分解的半正定规划构造Lyapunov函数的工具箱,多多交流,嘿嘿!(Sum of squares decomposition of the semi-definite Lyapunov function construction planning toolbox, interact more, hey!)
- 2011-11-23 10:20:11下载
- 积分:1
-
regiongrow
matlab实现区域生长,以鼠标单击图像中一点设定初始种子点。(using matlab to achieve regional growth.need to use the mouse to click one point of the image to sets the initial seed point.)
- 2015-06-01 15:40:51下载
- 积分:1
-
swarm
Pso general code can be edited and used for any application with ease
- 2010-01-17 06:35:18下载
- 积分:1
-
systemModeling
部分用于自动控制的matlab源码,可实现阶跃响应等的模拟,不需要工具库(Part of the matlab source code for the automatic control can be realized such as step response simulation, no tool Library)
- 2010-05-25 14:58:34下载
- 积分:1
-
nonlinearmodel_work
The above is nonlinear simulink model of a Quadrotor.
- 2011-05-31 06:01:09下载
- 积分:1
-
Coper-algoritm
this an algorit for end point detecction , named COPER, inside the article explain the procedure to calculate this algort
- 2013-05-07 08:56:21下载
- 积分:1
-
momentum
Matlab策略之动量策略,根据前P个月的收益率,选取股票收益率最高和最低的组合买入,并持有Q个月(Matlab strategy momentum strategies, based on the previous month yields P, select the highest and the lowest stock returns a combination of buy and hold Q Months)
- 2021-02-07 22:29:55下载
- 积分:1