-
ykfl
说明: 预科分流系统,是指少数民族在就读本科期间,读完一年预科班后选择专业、报考及录取的过程。(Pre-diversion system, refers to the minorities in the undergraduate student during the one-year preparatory course, after reading choice of profession, applicants and the admissions process.)
- 2010-03-28 11:17:22下载
- 积分:1
-
hanshu-optimation
用来进行函数优化的matlab程序,不可多得呀,欢迎大家下载(Used for function optimization matlab program)
- 2011-11-06 11:18:07下载
- 积分: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
-
Skeletonmatlab
用Matlab实现了对一副图像骨架的提取,方法简单,易于掌握。内附实例(Using Matlab to achieve an image of the skeleton extraction method is simple, easy to master. Containing examples)
- 2020-10-24 14:10:01下载
- 积分:1
-
Classification_toolbox
说明: 分类工具箱分类工具箱分类工具箱分类工具箱(Toolbox Toolbox Category Category Category Category Toolbox Toolbox)
- 2010-04-28 15:41:30下载
- 积分:1
-
matlabimageprocessing
matlab进行图像处理,图像增强,图像锐化,图像平滑(matlab image processing, image enhancement, image enhancement, image smoothing)
- 2010-05-06 13:14:06下载
- 积分:1
-
auto_group
It just stands for the number of task could use this autogroup.
- 2014-08-14 23:48:52下载
- 积分:1
-
InductionmotorservodriveusingrobustPID-like
induction motor servo drive
- 2010-10-07 16:59:59下载
- 积分:1
-
ellipse_gaussiana_bivariada.m
Function to plot uncertainty 3-sigma ellipse in matlab
- 2011-04-28 21:08:41下载
- 积分:1
-
gantry2
Gantry detector tilt correction
- 2013-01-03 02:55:56下载
- 积分:1