-
神经网络学习的二维非线性函数
说明: 神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序(neural network learning 2D nonlinear function, multi-dimensional nonlinear identification procedures MATLAB)
- 2005-11-24 19:47:09下载
- 积分:1
-
zhuantai_j
逆合成孔径雷达成像最基本的转台成像程序,适合刚接触这一领域的新手学习。(Inverse synthetic aperture radar imaging basic turntable imaging procedures, suitable for beginners new to the field study.)
- 2011-05-15 17:33:53下载
- 积分: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
-
FENGE
matlab裂缝图像分割,先进行二值化,后边缘检测,最后用ostu类方间法阀值分割。(crack matlab image segmentation, binarization first, after edge detection, and finally between ostu class threshold segmentation method.)
- 2021-03-25 13:09:13下载
- 积分:1
-
findit123
Used to obtain the particular position where a maximum or minimum occurs in a matrix
- 2010-11-18 07:09:35下载
- 积分:1
-
4
基于matlab简单图像处理系统中用图像平均的方法消除噪声(Matlab eliminate noise using a simple image processing system based on the method of averaging the image)
- 2014-01-19 22:21:57下载
- 积分:1
-
e2
Any change to the value of Mresults in immediate and phase-continuous changes in the output frequency
- 2014-02-23 02:42:47下载
- 积分:1
-
wavecompression
wavelet based compression
- 2009-04-02 11:05:32下载
- 积分:1
-
stprtool
这是一个统计模式识别matlab工具箱,感兴趣的可以看看。(This is a statistical pattern recognition matlab toolbox, interested to see.)
- 2010-12-19 18:06:47下载
- 积分:1
-
trips
This demonstrates the use of subtractive clustering to model traffic patterns in an area based on the area s demographics.
- 2010-05-31 22:57:45下载
- 积分:1