-
MAEA
说明: 基于MATLAB的遗传算法的源程序,有需要的可以参考下 (Genetic Algorithm Based on MATLAB source, there is a need to make reference to the next)
- 2008-11-25 14:07:37下载
- 积分:1
-
dds
DDS实验 matlab 与quartus 的完美结合(DDS experimental combination of matlab and quartus)
- 2010-05-08 08:51:48下载
- 积分:1
-
buck_boost3
Numerous industrial applications have begun to require higher power apparatus in recent years. Some medium voltage motor drives
- 2014-11-18 17:24:59下载
- 积分:1
-
mathlab-code
在数字信号处理中使用的matlab的代码,非常实用(Used in digital signal processing matlab code, very useful)
- 2013-12-10 13:04:54下载
- 积分:1
-
xiaoboquzao
多种小波去噪的方法,包括阈值,一维和二维(Multiple wavelet denoising methods, including threshold, one and two dimensional)
- 2010-07-27 16:25:00下载
- 积分: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
-
aphgui
MATLAB实现的层次分析法的GUI程序 辛辛苦苦自己做的 (aph in MATLAB GUI)
- 2010-07-16 16:20:12下载
- 积分:1
-
ChaoticAttactor
混沌吸引子大全,有ikeda,logistic,honon,lorentz,rossler等等。(chaostic Attractor ikeda,logistic,honon,lorentz,rossler et.c。)
- 2009-11-06 09:56:04下载
- 积分:1
-
function-turbo
this is matlab program for turbo code set up.
- 2014-08-28 13:46:36下载
- 积分:1
-
Truck-driver-Matlab-program
Truck driver Matlab program (need to change the engine rotation speed and torque transmission ratio)
- 2014-01-12 14:27:04下载
- 积分:1