-
newton
数值分析 孙志忠 上机题 牛顿法,计算机(Numerical analysis of Newton' s method RAIL-on title)
- 2014-11-22 19:31:46下载
- 积分:1
-
MATLABclasicalresource
matlab经典算法,其中有32个文件,可实现多个算法,也可组合出更多算法。(classical algorithm matlab, including 32 files, multiple algorithms can also be combined more algorithms.)
- 2013-04-17 14:52:34下载
- 积分:1
-
project
new sharpening concept
- 2014-02-21 13:21:20下载
- 积分:1
-
square2dTM
平面波展开法计算正方形结构光子晶体的带隙的程序,二维,平面(Plane wave expansion method to calculate the square of the structure of photonic crystal band-gap procedure, two-dimensional, planar)
- 2007-07-13 20:31:57下载
- 积分:1
-
MammEnhan
Mammogram Enhancement
- 2010-10-21 18:16:05下载
- 积分:1
-
muti_pso_matlab
混合微粒群算法,很好很强大,欢迎交流使用(Hybrid particle swarm algorithm, very good very strong, welcome to exchange used)
- 2010-08-09 10:31:38下载
- 积分:1
-
PPL
关于锁相环路的相关仿真,描绘的是一阶锁相环,二阶及三阶的各个特性。(PLL simulation, depicted is a first-order phase-locked loop, the second-order and third-order characteristics.)
- 2013-03-04 21:24:28下载
- 积分:1
-
Majidzade_Mohamad_HW5
RS-code performance vs BCH-code performance in a communication system.
- 2013-10-05 18:58:18下载
- 积分:1
-
PV_Array_Author_rupesh
simulation in matlab simulink of a pv array for solar energy conversion
- 2011-10-18 23:21:06下载
- 积分: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