-
NMDL
matlab code for NMDL
- 2010-10-17 05:47:21下载
- 积分:1
-
MATLAB
P_I_Kattan著、韩来彬译《MATLAB有限元分析与应用》一书的电子版及涉及的75个用MATLAB编写的有限元程序和所有习题的解答,是学习MATLAB和有限元的很好资料(P_I_Kattan with South Korea to Bin translation of " MATLAB finite element analysis and applications" , and an electronic version of the book involved in the preparation of 75 using MATLAB finite element program and all the Exercise of the answer is to learn a good MATLAB and finite element data)
- 2009-11-25 13:37:35下载
- 积分:1
-
code
数字信号处理中的一些典型程序,里面有程序说明列表。(Digital signal processing in the typical procedure, there are programs that list.)
- 2011-04-19 22:24:45下载
- 积分:1
-
resultICA
大纲很简单地独立分量分析理论和盲源分离技术20多年的发展历史,及其程序。(Independent component analysis of the history of the development of the theory and blind source separation technology more than 20 years, and its procedures.)
- 2021-01-29 09:48:39下载
- 积分:1
-
vqsplit
vector quantization split algorithm for matlab source code function
- 2013-03-15 20:16:22下载
- 积分:1
-
traveldemand
logit model for travel demand analysis
- 2010-06-07 11:17:14下载
- 积分:1
-
matlabimageprocesscode
matlab图像处理的一些命令,还有使用的例子,对图像处理初学者应该会有帮助的(matlab image processing commands, there are examples of the use of image processing should be helpful for beginners)
- 2008-02-28 15:14:47下载
- 积分:1
-
ztrans_watermark
This is a z transform based watermarking algorithm used for copy right protection
- 2010-12-14 20:21:30下载
- 积分:1
-
matlab
永磁同步电机和直流电机调速,simulink仿真,看看大家有没有用(Permanent magnet synchronous motor and DC motor speed)
- 2011-05-20 14:07:07下载
- 积分: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