-
iamgeseg
双峰法,迭代法,最大熵阈值分割,初学者,大家共同交流学习!(rs image matlab iamge segmentation)
- 2012-06-03 18:00:12下载
- 积分:1
-
2008-06
It is the document related to noise reduction
- 2013-08-03 02:17:10下载
- 积分:1
-
root_locus_1
matlab编程设计GPS中载波跟踪环路kalman滤波器的应用(matlab programmed the GPS carrier tracking loop kalman filter application)
- 2014-09-22 15:51:35下载
- 积分: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
-
casfiltr
利用Matlab设计数字滤波器的过程中用于实现数字滤波器的级联型结构(Use Matlab design process of digital filters used to implement the digital filter cascade structure)
- 2013-05-26 21:19:30下载
- 积分:1
-
pijifen
用Mc积分的方法来计算pi的值
有明确的程序和结果(Mc integration method used to calculate the value of pi has clear procedures and results)
- 2010-10-19 23:14:42下载
- 积分:1
-
ProficientInMATLABConsolidatedCounselingAndGuidanc
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。如书名所示,本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力!(This is a reference book about MATLAB, suitable for use or are planning to use MATLAB MATLAB readers. This book can open a new path with or without the help of MATLAB documentation that comes with the reader learning MATLAB. Colloquial style of the book, the reader easy to read. Such as the title indicates, this book offers readers the tools needed to master MATLAB. As a programming language and visualization tools, MATLAB has a rich range of functions, solve engineering, scientific computing and mathematical disciplines, many of the problems. The basic purpose of this book by showing readers how to effectively use these features to help readers enhance the ability to work!)
- 2010-05-22 08:04:11下载
- 积分:1
-
TrainTestLoo
利用留一交叉法计算数据的准确性。是处理小样本问题常用的方法之一,(Leave a calculated use of cross-data accuracy. One common method of dealing with small sample size problem,)
- 2020-11-26 21:39:30下载
- 积分:1
-
Fud1
transiant analysis matlab code
- 2013-11-07 16:46:41下载
- 积分:1
-
vgg-mkl-.tar
实现Multiple Kernels for Image Classification的算法(Realization of Multiple Kernels for Image Classification Algorithm)
- 2013-12-19 11:10:01下载
- 积分:1