-
经典测试函数-MATLAB
多目标优化中经典的测试函数MATLAB代码(Classical test function matlab code in multi objective optimization)
- 2017-10-22 14:15:37下载
- 积分:1
-
paper3
Sparsity and incoherence in compressive sampling.pdf
- 2012-08-11 00:07:10下载
- 积分: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
-
DSPsolutionMATLAB
胡广书版《数字信号处理题解》matlab源程序,很好的学习资料(Hu-book version of Digital Signal Processing solution to a problem matlab source code, good learning materials)
- 2015-01-10 10:37:01下载
- 积分:1
-
WaveletCompresss
一个能够完成小波变换并在此基础上做压缩编码的程序。(to complete a wavelet transform and on this basis do coding procedures.)
- 2006-11-09 22:12:42下载
- 积分:1
-
DSM_PLL_reva
展频PLL时钟(SSC)产生电路,可以产生三角波、正弦波或者单频载波(Delta_Sigma Modulator, to be used in TXPLL with SSC modulation. this program
simulates the Spread spetrum clocking scheme. the SSC can be set to triangle wave or sinewave, or you can also set it to be constant frequency which without SSC. the relevant parameters is programmable.
)
- 2011-12-01 11:49:12下载
- 积分:1
-
RBF_0317
径向基(RBF)神经网络进行剩余寿命预测,训练输入为30*735的矩阵,输出为1*735(Radial Basis Function (RBF) neural network to predict the remaining life, the training input matrix of 30* 735, 735* 1 output)
- 2016-03-17 16:48:41下载
- 积分:1
-
hertz-2D
2D hertz contact program (MATLAB)
- 2011-08-12 13:31:49下载
- 积分:1
-
NIPALS
function calculates matrices of scores and loadings using NIPALS algorithm
(Nonlinear Iterative Partial Least Squares)
- 2010-02-03 04:08:45下载
- 积分:1
-
MATH
matlab 绘制偏微分方程的函数 对于绘制偏微分方程的函数和边界曲线非常有参考性(matlab draw a function of partial differential equations for the mapping function of partial differential equations and the boundary curve of a very good reference of)
- 2010-02-08 21:08:47下载
- 积分:1