-
Classifier_K_NN_f
利用matlab,knn最近邻分类算法,可直接调用(Using matlab, knn nearest neighbor classification algorithm can be directly invoked)
- 2010-06-28 13:40:28下载
- 积分:1
-
calibration
相机标定的matlab完整工具箱 功能非常强大(Complete toolbox matlab camera calibration is very powerful)
- 2010-07-12 16:01:25下载
- 积分:1
-
CSRec_SP
压缩感知中子空间匹配追踪算法,用于稀疏信号重构(Compressed sensing algorithm for subspace matching pursuit for sparse signal reconstruction)
- 2011-06-03 15:41:51下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
QuadRotorSim-0.1.tar
Electric Motor Parameters UAV design
- 2014-08-25 23:50:15下载
- 积分:1
-
111
年能够在matlab中实现播放音乐的功能,茫茫的天涯是我的爱。。。。。。(Years in matlab function of playing music, the vast horizon I love. . . . . .)
- 2013-04-09 19:28:20下载
- 积分:1
-
d_Ieee39
psat 39节点数据 39节点数据 39节点数据 39节点数据 (psat 39)
- 2013-07-08 10:15:18下载
- 积分:1
-
niudun
本文件是基于MATLAB的解最优化算法的源代码,为牛顿法(This document is based on the MATLAB optimization algorithm solution of the source code for the Newton method)
- 2008-12-18 19:46:28下载
- 积分:1
-
yhzgah_sars
介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解(GA toolbox)
- 2010-06-07 20:51:41下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1