-
一套学习mablab语言编程的很好的例子-matlablearning
一套学习mablab语言编程的很好的例子,强烈推荐,其中有很多有用的算法。(a set of learning language programming mablab a good example, strongly recommend that a lot of useful algorithms.)
- 2005-03-30 13:39:42下载
- 积分:1
-
fulltext
在复杂背景下面,如何识别交通标志。。。。。。(Traffic sign recognition is a difficult task if we aim at detecting and
recognizing signs in images captured from unfavorable environments.)
- 2021-04-04 22:49:04下载
- 积分:1
-
temp1
source code for imageproccesin
- 2011-05-08 18:40: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
-
pcaprincomp
Face recognition using ATT database and PCA with matlab s princomp function
- 2011-12-06 22:16:18下载
- 积分:1
-
kalman_filter_success2
实现一维卡尔曼滤波,画出真实值和估测值之间的图像,通过比较,研究卡尔曼滤波的性质。(Implement a Kalman filter, draw the image and estimate the true value between the values, by comparison, study the nature of the Kalman filter.)
- 2013-12-28 17:01:05下载
- 积分:1
-
卫星轨道坐标的计算方法
详细介绍了轨道方程,轨道六要素,以及坐标计算方法,包括椭圆轨道面坐标、大地空间直角坐标以及经纬度坐标的计算方法(The orbit equation, the six elements of orbit and the coordinate calculation method are introduced in detail, including the calculation method of elliptical orbit, plane coordinates, geodetic space, rectangular coordinates and longitude and latitude coordinates)
- 2020-06-16 09:20:01下载
- 积分:1
-
moshifenlei
说明: 这是很有用的模式分类原代码,值得借鉴!推荐下载!(This is a very useful pattern classification original code, is worth learning! Recommended download!)
- 2008-12-07 20:28:58下载
- 积分:1
-
MATLAB
主要讲述了matlab相关的数学问题的解答,很全面。(Focuses on matlab related mathematical questions, very comprehensive.)
- 2012-06-07 20:25:03下载
- 积分:1
-
GPSMatlabprocedure
说明: 非常全的GPS(全球定位系统)的Matlab源代码(Very wide of the GPS (Global Positioning System) of the Matlab source code)
- 2008-10-15 19:06:53下载
- 积分:1