-
cp
说明: 一个控制面板编程的例程,讲述如何把你的程序添加到控制面板上面。(A control panel programming routines, describes how to program your control panel added to the above.)
- 2007-12-04 13:35:57下载
- 积分: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
-
02
说明: matlab图像退色处理源代码,imapprox函数方法(the matlab image fade processing source code, imapprox function method)
- 2012-12-04 14:24:13下载
- 积分:1
-
Eye_tracking
Summary: Simple face and eye detection
MATLAB Release: R13
Description: You can use this codes for face detection based on color segmentation and eye region detection. (Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection.)
- 2008-01-11 15:09:31下载
- 积分:1
-
LEE-MK
水文趋势、突变点分析的matlab相关程序——Lee-Heghinan法、Mann-Kendall法(Hydrological trends point mutation analysis matlab procedures- Lee-Heghinan France, Mann-Kendall method)
- 2013-08-15 18:49:40下载
- 积分:1
-
FINAL_CODE
wavelet based image fusion
- 2015-02-15 17:20:54下载
- 积分:1
-
APFC
平均电流控制的APFC在matlab/simulink下的仿真,波形较好,存在过零点的略微畸变,有待改进。(Average current control of APFC in matlab/simulink under the simulation, the waveform is better, there is a slight zero-crossing distortion, could be improved.)
- 2020-07-26 10:48:41下载
- 积分:1
-
hmhedqxy
通过虚拟阵元进行DOA估计,包括面积、周长、矩形度、伸长度,合成孔径雷达(SAR)目标成像仿真,matlab编写的元胞自动机,数学方法是部分子空间法。(Conducted through virtual array DOA estimation, Including the area, perimeter, rectangular, elongation, Synthetic Aperture Radar (SAR) imaging simulation target, matlab prepared cellular automata, Mathematics is part of the subspace.)
- 2016-03-16 18:56:39下载
- 积分:1
-
jpegtbx_1.4
jpeg matlab toolbox
jpeg 编解码matlab实现,做试验用(jpeg Matlab toolbox jpeg codecs Matlab realized, as a test used)
- 2006-10-18 15:45:55下载
- 积分:1
-
2-Control
For example, heating up the temperature in a room is a process that has the specific, desired outcome to reach and maintain a defined temperature (e.g. 20°C), kept constant over time. Here, the temperature is the controlled variable. At the same time, it is the input variable since it is measured by a thermometer and used to decide whether to heat or not to heat. The desired temperature (20°C) is the setpoint. The state of the heater (e.g. the setting of the valve allowing hot water to flow through it) is called the manipulated variable since it is subject to control action
- 2013-08-16 16:53:45下载
- 积分:1