-
matlabFourthorderRunge-Kuttamethod
matlab编的4阶龙格库塔法解微分方程的程序(matlab Fourth-order Runge-Kutta method,)
- 2010-07-29 11:27:57下载
- 积分:1
-
PCMclusteringforMATLAB
FCM聚类算法的MATLAB实现,还有一些聚类算法的matlab其他实现方法。(FCM clustering algorithm of MATLAB realize, there are some clustering algorithm matlab realize other methods.)
- 2008-03-26 14:09:35下载
- 积分:1
-
myMUSIC
阵列信号处理中的MUSIC法,
仿真不同SNR、不同阵元数、不同快拍数下的性能!
原创(MUSIC in array signal processing, simulation of different SNR, different number of array elements, different number of snapshots of performance under! Original)
- 2010-10-30 09:48:32下载
- 积分:1
-
hechengdizhenjilu
说明: 合成地震记录的小程序 请大家互相学习 (Small synthetic seismogram program please learn from each other)
- 2010-04-28 10:17:13下载
- 积分:1
-
matlab-APF
simulink 仿真的APF程序,非常好用的仿真程序(Simulink program of APF, very useful simulation program
)
- 2021-02-26 18:29:37下载
- 积分:1
-
Applied-Numerical-Mathematics-code
Applied mathematical computation demonstration using matlab coding laboratory excercises
- 2014-02-04 20:10:04下载
- 积分:1
-
MATLAB-UG
利用matlab和ug联合进行齿轮设计,先求解,再建模,思路很新鲜(Ug joint use matlab and gear design, first solved, and then modeling, very fresh ideas)
- 2021-04-09 20:38:59下载
- 积分:1
-
UWBcode
超宽带无线电基础那本书的源程序,对学习超宽带的朋友很有帮助(Ultra-wideband radio base of the source book, a friend of learning helps UWB)
- 2010-08-31 23:28:10下载
- 积分:1
-
CI
说明: covariance intersection algorithm
- 2011-06-02 10:26:37下载
- 积分:1
-
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