-
Matlab-fdtd
Matlab fdtd (时域有限差分)一维,二维,三维集合(Matlab fdtd (FDTD) one-dimensional, two-dimensional, three-dimensional collection)
- 2013-01-31 11:23:34下载
- 积分:1
-
FovNLM
a new nonlocal denoising algorithm based on an anisotropic kernel.
- 2013-11-02 21:16:33下载
- 积分: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
-
AUV六自由度模型
简化的AUV的6自由度运动仿真程序,使用龙哥库塔法。(a simplified auv model,a matlab example)
- 2020-06-30 14:40:02下载
- 积分:1
-
adaptive_filter0201
adapt filter:using matlab language
- 2009-05-31 19:58:47下载
- 积分:1
-
PCA
This is PCA source. please contact me if you have some question.
- 2009-06-03 19:16:49下载
- 积分:1
-
pimc_india
采用Monta Carlo 方法求Pi值方法,并画出圆内随机点(Monta Carlo method, to calculate the value of Pi method, and draw a random point within the circle)
- 2012-07-05 11:21:36下载
- 积分:1
-
BLOSS
This program named bloss obtains the B-coefficients of the
loss formula as the function of real power generation.
PL = P*B*P +B0*P +B00.
- 2014-11-05 23:39:26下载
- 积分:1
-
GSO
一个基于matlab的GSO(群搜索)寻优算法例程,通过修改适应度函数可以完成不同的寻优任务,可用于开发改进算法或与其他智能优化算法进行对比。(A matlab-based GSO (group search) algorithm optimization routines, by modifying the fitness function optimization can perform different tasks that can be used to develop improved algorithms or other optimization algorithms and intelligent comparison.)
- 2016-04-13 09:57:59下载
- 积分:1
-
SIMULINK
本书介绍的是MATLAB中SIMULINK的应用,在通信仿真中用处还可以把(The book is described in the SIMULINK of MATLAB applications, the usefulness of simulation in communication can also be used to)
- 2007-07-19 11:23:11下载
- 积分:1