-
WINQSB
WinQSB 数学软件,不用安装,很有用(WinQSB mathematical software, no installation, is useful)
- 2010-01-20 17:58:09下载
- 积分:1
-
HybridBody
复杂的卡尔曼滤波例子,跟踪物体穿越空中大气层 (Hybrid extended Kalman filter example.Track a body falling through the atmosphere.)
- 2011-07-08 08:53:50下载
- 积分:1
-
canny
use the conventional canny edge detector algorithm to detect the edges of a given image. in first step the given image will be filter.
- 2012-10-03 15:10:41下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
MYmGstat.tar
地球物理工具包(非常适合地球物理专业的人士使用)。(A Matlab package to perform borehole georadar geostatistical
tomography ... Open-source (GNU license))
- 2011-12-22 10:23:15下载
- 积分:1
-
Binary-coding
二进制编码连续函数遗传算法二进制编码连续函数遗传算法二进制编码连续函数遗传算法(Binary coding genetic algorithm continuous functions)
- 2011-09-16 16:20:53下载
- 积分:1
-
SVM
模式识别,线性分类器。经调试可用,希望可以帮到需要的人。(Pattern recognition, linear classifier. After debugging is available, the desire to help people in need.)
- 2013-05-26 12:05:02下载
- 积分:1
-
weightpercent
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percentiles for Monte
% Carlos simulations where some simulations are very bad (in terms of goodness
% of fit between simulated and actual value) than the others and to give
% the lower weights based on some goodness of fit criteria.(Returns weighted percentiles of a sample given the weight vector w The idea is to give more emphasis in some examples of data as compared to others by giving more weight. For example, we could give lower weights to the outliers. The motivation to write this function is to compute percentiles for Monte Carlos simulations where some simulations are very bad (in terms of goodness of fit between simulated and actual value) than the others and to give the lower weights based on some goodness of fit criteria .)
- 2007-11-02 14:41:18下载
- 积分:1
-
MyRbfNet
MATLAB径向基函数神经网络模型计算程序源码(MATLAB radial basis function neural network model program source)
- 2009-07-06 21:46:31下载
- 积分:1
-
equalizer
说明: matlab实现线性mmse均衡器,代码实用(the linear mmse equalizer matlab code utility)
- 2011-04-18 10:01:52下载
- 积分:1