-
Untitled
this code is used to find unknown coeff
- 2010-11-16 21:17:52下载
- 积分: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_ASP.NET_Csharp
开发环境:
Matlab Version 7.8.0.347(R2009a)
Visual Studio 2005(.NET 2.0, C#)
演示如何在ASP.NET(C#)网页中调用MATLab函数的例子。(Development Environment: Matlab Version 7.8.0.347 (R2009a) Visual Studio 2005 (. NET 2.0, C#) to demonstrate how in ASP.NET (C#) page MATLab function call example.)
- 2009-05-13 12:54:43下载
- 积分:1
-
K-Means-Color-Reduction
说明: 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。(Based on the K-MEANS algorithm image fade)
- 2009-08-18 14:32:40下载
- 积分:1
-
position_control_DC_motor(2)
position control of dc motor using simulink.perfect file
- 2011-05-25 15:06:57下载
- 积分:1
-
432687234
可用于图像处理,提取图像中隐藏信息,并对图像进行修改(Can be used for image processing, extracting images hidden information, and modify images)
- 2011-12-01 22:06:14下载
- 积分:1
-
watershedalgo
Image Segmentation Using Iterative Watersheding algorithm and Ridge Detection technique for metallographic images.
- 2010-10-06 13:45:28下载
- 积分:1
-
Simulation-for-Communications
通信专业的经典电子书,包括各种调制方式,OFDM、CDMA等典型系统和关键技术介绍,每部分内容附有matlab程序,讲解详细,值得珍藏!(Simulation and Software Radio for Mobile Communications)
- 2013-09-02 21:52:20下载
- 积分:1
-
PLS
PLS算法的matlab程序实现,只要将txt中的代码复制到matlab即可-PLS (algorithm matlab program, simply txt the code can be copied to matlab)
- 2013-09-02 16:54:22下载
- 积分:1
-
Wigner6j
calcul the 6j matrice
- 2011-01-08 18:49:20下载
- 积分:1