-
LevelSet
The demo of the Level Set method
- 2009-12-12 02:15:05下载
- 积分:1
-
q708
MATLAB及在电子信息中的应用:q707有限长序列z变换,z逆变换。708是逆变换(MATLAB and the application of electronic information: q707 finite length sequence of z transform, z inverse transformation. 708 is the inverse transform)
- 2010-01-21 15:06:25下载
- 积分:1
-
nim
说明: 自己编的制作红色小球沿一条带封闭路径的下旋螺线运动的实时动画。(their series produced a small red ball with a closed along the path under the rotating spiral movements of real-time animation.)
- 2006-05-14 12:13:47下载
- 积分: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
-
nlfm
说明: 它能够产生S形nlfm信号,可以直接运行放心使用(It can generate S-shaped nlfm signal)
- 2021-01-17 20:38:00下载
- 积分:1
-
SoftTDMv1.5M2010a
Optical Communication Blocks for simulink
- 2010-08-10 22:19:24下载
- 积分:1
-
particle-swarm-algorithm-program
粒子群算法程序,有重要参考价值,尤其适合初学者(particle swarm algorithm procedure, which has important reference value,particularly suitable for beginners
)
- 2012-03-22 16:21:05下载
- 积分:1
-
ChaosAttractorss
有关于非线性系统混沌吸引子的matlab代码运行后证明可用(On chaotic attractors of nonlinear systems running matlab code that can be used)
- 2010-09-09 09:54:58下载
- 积分:1
-
dir2cas
IIR直接型系统结构转换为级联型系统结构(IIR direct-type system structure into a cascade system structure)
- 2010-01-17 10:46:07下载
- 积分:1
-
beamkm
利用matlab编写的有限元程序 beamkm(Finite Element Analysis)
- 2011-06-10 18:21:01下载
- 积分:1