-
p_m_p1
这个是pm方程的自适应小波阈值改进,使阈值可以自适应(This is the adaptive wavelet threshold PM equation is improved, which can be adaptive threshold)
- 2021-03-28 21:29:12下载
- 积分:1
-
Beijing-institute-tecnolgy2
for learn matlab software
- 2012-03-26 10:57:59下载
- 积分:1
-
1
说明: 基于AHP的专家遴选,先对判断矩阵的一致性进行判断,不满足时,对单个元素进行步长和方向的调整。(AHP-based expert selection, firstly, to judge the consistency of the comparison matrix, when not satisfied, make adjustment of the step size and the direction of individual elements .)
- 2010-05-30 11:52:07下载
- 积分:1
-
DP_UC
solving unit commitment by dynamic programming
- 2013-07-12 18:22:35下载
- 积分:1
-
F28335-PGF-controlCARD-Schematic
Control chematic digram for F283335 card TI instrument
- 2015-01-05 20:02:42下载
- 积分:1
-
InterfacingTheCameraModule
this document explains how to read and write binary data on a serial port using matlab.
- 2010-05-24 22:36:07下载
- 积分:1
-
primal_svm
Primal SVM code using the Lagrangian Theory
- 2011-06-27 11:07:29下载
- 积分:1
-
geneticalgorithmtoolbox
genetic algorithm matlab toolbox
- 2012-08-16 22:39:24下载
- 积分: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
-
lglrczf
拉格朗日内插法的matlab实现 改进后可用于多种用途(Matlab Lagrange interpolation method can be used to achieve the improved multi-purpose)
- 2010-09-30 20:03:31下载
- 积分:1