搜索资源列表
TSP_G
- 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
TSPconvhull
- for solving for TSP, with TSPconvhull that K = convhull(x,y) returns indices into the x and y vectors of the points on the convex hull.
Convexhull
- 凸包 凸包问题的实现 有无数点,求能包含这些点的图形的最小面积-Convex hull Convex hull problem of realization there are numerous points, seek to include these points, the graphics, the minimum size
convexer
- simple program for computing the convex hull of one shape in a binary image
ch_check2
- MATLAB code for convex hull program
convhull
- Matlab编程考试的一道题。随机生成50个点,计算它的一个凸包,并计算凸包的面积-Matlab programming test a question. Randomly generated 50 points, calculate a convex hull, and calculate the area of ??convex hull
graham
- 这是我用matlab写的一个寻找凸包算法的实现,该算法是基于graham算法的一个改进-the source realize an improvement algorithm of searching convex hull which based on graham algorithm in matlab
convex_hull
- CONVEX_HULL is a MATLAB library which reads a file containing the coordinates of a set of points in 2D, computes the convex hull of the points, and displays it.
ExtremeEdge
- calculate convex hull of random point by ExtremeEdge method
nonextreme_point
- determine convex hull for points by non extreme point method
tsp_g
- 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-Using the principle of the convex hull of the traveling salesman problem 70 cities. Implemented in Matlab
find-mobile-user
- To find a triangulation of minimal total edge length. That is, an input polygon or the convex hull of an input point set must be subdivided into triangles that meet edge-to-edge and vertex-to-vertex, in such a way as to minimize the sum of the perime
OTMatlab
- 凸包绘制源程序Matlab的实现,凸包Matlab绘制-Convex hull draw Matlab source implementations