-
libsvm-mat-2.8-1
libsvm支持向量机,用于识别分类。本程序成功用于虹膜识别的研究。是嵌入matlab的C程序(libsvm support vector machine, used to identify classification. The success of this procedure for iris recognition research. Is embedded in the C program matlab)
- 2008-07-13 09:55:49下载
- 积分:1
-
dtw
dtw的matlab程序的实现,已经编译通过的。(dtw the realization of Matlab procedures already adopted by the compiler.)
- 2007-07-10 10:22:34下载
- 积分:1
-
dds
matlab 的句柄实现过程及实例解析 (matlab instance handle and resolve implementation process)
- 2010-12-07 20:38:45下载
- 积分:1
-
13
说明: 探索分形奥秘,自然界与分形的关系,分形的由来(Explore the mysteries of fractal, the fractal nature and the relationship between the origin of fractal)
- 2010-12-15 16:36:26下载
- 积分:1
-
Finite-element-MATLAB-code
说明: 有限元方法编程matlab程序源代码,很好的(Finite element method matlab programming source code, well)
- 2011-03-13 09:53:08下载
- 积分:1
-
logistic
model of logistic--matlab code
- 2013-04-20 22:32:05下载
- 积分:1
-
windload-using-kaimal-spectrum
采用kaimal谱编写风荷载程序,并将各个节点的风速读出为text格式。(Using kaimal spectrum write wind load program, and each node wind speed reading for the text format.)
- 2020-12-01 21:59:28下载
- 积分:1
-
PV
说明: matlab编程,牛拉法计算潮流,选取了34节点的配电网网络模型,通过对单个以及多个分布式电源的接入位置以及容量的不同情况对34节点配电网的网损以及节点电压状况进行了分析。(Matlab programming, cattle pull method to calculate the trend, the 34-node distribution network model, through a single and multiple distributed power supply access location and capacity of the different conditions of the 34-node distribution network loss and node voltage The situation was analyzed.
)
- 2017-05-11 19:56:25下载
- 积分:1
-
Matlab_and_Modelsim_Codebug
matlab与modelsim的联调教程,pdf格式的(matlab FBI and the modelsim tutorial, pdf format)
- 2009-05-24 15:44:47下载
- 积分: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