-
skeleton
完美的带界面的MATLAB程序,可以实现对图像二值化,以及进行一次二次骨骼化(Perfect interface with MATLAB program that can realize the image binarization, as well as a second bone of)
- 2010-06-30 11:08:57下载
- 积分:1
-
work
关于自动控制原理的一些matlab代码,帮助大家理解和学习matlab(About automatic control theory of some matlab code)
- 2014-08-20 14:40:03下载
- 积分:1
-
battery
matlab/simulink光伏电池模块(matlab/simulink PV model)
- 2014-09-17 17:10:25下载
- 积分:1
-
MATLAB-time-series
一本详细介绍matlab功能的书,很适合初级的学习者,高手请绕行(A detailed introduction matlab function of the book, it is suitable for junior learners, experts please bypass)
- 2013-08-05 09:12:11下载
- 积分:1
-
C
说明: hopfield分类,功能强大,比较不错,建议下载( divide ,can use it to divide the thing you want)
- 2012-09-09 19:56:34下载
- 积分:1
-
WAVELAB850
基于matlab的小波分析工具箱WAVELAB850(based on the wavelet analysis Matlab toolbox WAVELAB850)
- 2006-08-24 20:05:20下载
- 积分:1
-
YUYINXINHAO
MATLAB编程实现语音信号的时域特征提取,如分帧、过零率、短时能量、语谱图等(Speech signal feature extraction)
- 2021-04-18 14:48:52下载
- 积分: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
-
Matlabwaveletsecond
《MATLAB工程应用书库:MATLAB小波分析(第2版)》以最新版MATLAB R2011a为平台编写。从信号处理的角度阐述小波分析的基本原理及其应用。(The MATLAB application stacks: MATLAB wavelet analysis (second edition))
- 2013-11-28 12:56:51下载
- 积分:1
-
ssc32-matlab
control SSC32 servo control
- 2008-01-18 22:44:39下载
- 积分:1