-
matlab
matlab源程序实例及相关应用,欢迎下载。(matlab source code examples and related applications, please download.)
- 2010-12-30 10:10:45下载
- 积分: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
-
matlab
matlab code for image to pixels conversion and vice verse
- 2014-02-04 19:23:49下载
- 积分:1
-
MATLABGPSanalysis
基于MATLAB的GPS选星分析及实验研究(MATLAB-based analysis of the GPS satellite selection and Experimental Research)
- 2009-05-06 23:23:17下载
- 积分:1
-
五种粒子滤波仿真 5-examples-of-partical-filtering
五种粒子滤波仿真,便于初学者学习粒子滤波算法(Five particle filter simulation,easy for beginners to learn particle filtering
)
- 2012-07-18 18:42:39下载
- 积分:1
-
tryla
本文件是一个简单的S-function来算出realtime下将信号加倍的(This document is a simple S-function to calculate double realtime signal under)
- 2011-09-23 14:29:55下载
- 积分:1
-
population
人口增长(动物繁殖)模型,确定种群的固有增长率和稳定分布,建立稳定收获模型。
(it is about a model of population increasing)
- 2013-11-15 17:02:08下载
- 积分:1
-
MATLAB
概率密度或分布通用函数,其中包括正态分布,二项分布,指数分布等(Probability density or distribution of generic functions, including normal distribution, binomial distribution, exponential distribution)
- 2007-10-23 19:04:17下载
- 积分:1
-
MATLA+svm
说明: 用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取(SVM prepared using MATLAB source code, you can achieve the support vector machine for feature classification or extraction)
- 2008-10-08 11:35:49下载
- 积分:1
-
fastdfa
DFA方法,检测非平稳时间序列的波动性,用的非常普遍的方法,一种快速计算方法(DFA method)
- 2013-12-03 12:40:57下载
- 积分:1