-
bubbleplot3
说明: 在三维空间中画泡泡,可以指定在三维空间中的x,y,z的坐标以及泡泡的半径r和颜色c(RGB).(BUBBLEPLOT3(x,y,z,r), where x, y, z and r are four vectors of the
same length, plots bubbles of radii r in 3-space with centers at
the points whose coordinates are the elements of x, y and z. If r
is a matrix of size numel(x)x3, BUBBLEPLOT3 produces ellipsoids with
centers x(i),y(i),z(i) and radii r(i,1), r(i,2) and r(i,3).
BUBBLEPLOT3(x,y,z,r,c), where c is a rgb-triplet array (in [0,1])
with numel(x) rows, plots bubbles with colours specified by c.
)
- 2009-08-08 21:50:31下载
- 积分:1
-
svm_matlab
说明: 这是一个在MATLAB环境下的支持向量机的源代码,是大家学习SVM很好的例子(This is an environment in MATLAB support vector machine source code, is a good example of people learning SVM)
- 2010-04-12 18:34:16下载
- 积分:1
-
GM
说明: 灰色预测的实现代码,包括总开始计算到后面的各种检验,残差检验、后验差检验等(Gray prediction code, including the total start to the back of a variety of test, the residual test, a posteriori differential test)
- 2012-05-12 18:51:51下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
hasanbuckboostmppt
BUCKBOOST MPPT FOR PV SYSTEM
- 2014-01-26 13:35:24下载
- 积分:1
-
pathfollowing_curve
基于LQR方法的曲线航向跟踪,输入为圆形轨迹,输出为左右推进器控制命令(Based heading LQR method of tracking, enter the desired heading, the output is about propulsion control commands)
- 2016-04-14 17:57:56下载
- 积分:1
-
pip_audio
这是一段用于谱分析算法中的求蝶形算子的
子程序,此程序采用C语言编写,移植性比较强(This is a period for the spectral analysis algorithm for the subroutine butterfly operator, this procedure using C language, the transplantation of relatively strong)
- 2008-03-17 18:31:09下载
- 积分:1
-
MatlabFns.tar
hopfield neural network for binary image recognition
- 2009-04-14 21:41:52下载
- 积分:1
-
voronoi_mountains
VORONOI_MOUNTAINS is a MATLAB program which makes a 3D surface plot of a Voronoi diagram. The Voronoi diagram divides up points in the plane by associating each point with the closest of a set of generator points.
- 2011-12-02 05:55:56下载
- 积分:1
-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1