登录
首页 » matlab » rangePolyponPoint

rangePolyponPoint

于 2011-11-27 发布 文件大小:1KB
0 217
下载积分: 1 下载次数: 56

代码说明:

  Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。( 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10 0], y = [ 0 0 10 10].)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Qpskmatlabsimulink
    说明:  主要讨论了QPSK的调制解调原理,分析了它们的调制解调实现过程(Mainly discussed the QPSK modulation and demodulation principle, an analysis of their realization of the process of modulation and demodulation)
    2008-11-24 22:16:18下载
    积分:1
  • 5MATLAB
    matlab教程ppt 第5章 MATLAB数据分析与多项式计算(the ppt about of matlab)
    2010-03-07 09:27:59下载
    积分:1
  • sy_ge_nodamp_3duanlu_sol
    同步发电机三相突然短路无阻尼绕组编程仿真,包含励磁短路电流,定子绕组短路电流。(Synchronous generator three phase sudden short circuit has the damping winding programming simulation, including the excitation short-circuit current, the stator winding short circuit current.)
    2015-11-12 12:32:28下载
    积分:1
  • cst
    H.S.Park, D-S.Kim, and W.H.Kwon "A Scheduling Method for Network-based Control Systems", IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code) (HSPark, DS.Kim, and WHKwon A Scheduling Method for Network-based Control Systems , IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code))
    2008-02-27 13:22:31下载
    积分:1
  • area
    matlab 图像处理程序 初学者面积计算练习(Image area calculation )
    2014-10-27 10:57:25下载
    积分:1
  • Harris_Feature-Detector
    it Detects the corners in any image to be tracked using other algorithms like KLT Tracker,SIFT,...
    2012-04-27 17:46:41下载
    积分: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
  • 3.ModelStability
    Since the main component of a control scheme is the PI Controller, a model with an anti wind-up structure has been implemented in Simulink. The Maximum Power Point Tracker (MPPT) block is based on a look-up table obtained from the wind turbine characteristics.
    2012-09-19 03:03:25下载
    积分:1
  • WaveletTransform
    说明:  时频分析方法是非平稳信号处理的一个重要分支,它是利用时间和频率的联合函数来表示非平稳信号,并对其进行分析和处理,利用时频分析法对语音信号进行去噪。(Non-stationary time-frequency analysis is an important branch of signal processing, it is the joint use of time and frequency functions to represent the non-stationary signal and its analysis and processing, using time-frequency analysis of the speech signal denoising. )
    2010-04-21 17:04:13下载
    积分:1
  • TLSesprit
    说明:  总体最小二乘法的ESPRIT方法,这种算法的估计精度明显好于原来的ESPRIT算法。可以很好的估计出信号的角度。仿真中用的是均匀阵列。(Total least squares method of the ESPRIT method, the algorithm of the estimation accuracy significantly better than the original ESPRIT algorithm. Can be a very good signal to estimate the angle. Simulation using the uniform array.)
    2021-04-10 20:48:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载