-
rangePolyponPoint
Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。( 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点
输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合
返回的排列好的点的横坐标和纵坐标集合.
使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10])
输出结果为:x = [ 0 10 10 0], y = [ 0 0 10 10].)
- 2011-11-27 11:34:14下载
- 积分:1
-
keshe1
通信系统的设计,课程实际做的,有编码、调制解调等等部分构成,简单,但一定出结果(the design of communication system)
- 2015-04-06 14:46:51下载
- 积分:1
-
MATALB
大学老师的课件,讲解怎么使用matalbe的进行仿真(University teachers courseware, explaining how to use the simulation MATALBE)
- 2010-07-21 10:07:35下载
- 积分:1
-
SecretariaLoira100
sequencia de imgs loira secretaria
- 2011-04-29 11:41:15下载
- 积分:1
-
ZSI_SBC_Open_Loop_Perfect
this file is a simulation of simple boost control in z_zource inverter
- 2013-12-10 01:56:30下载
- 积分:1
-
GPSposition
本程序包主要有5个函数,分别实现了大地坐标与WGS84坐标的转换,卫星位置计算,电离层延迟模型,对流层延迟模型(Delay_of_ionosphere()Delay_of_troposphere( )
GetSVPos()
BLH_to_WGS84( B,L,H )
WGS84_to_BLH(X,Y,Z))
- 2015-09-08 14:51:36下载
- 积分:1
-
Untitled
job scheduling problem for single machine
- 2013-09-14 11:39:35下载
- 积分:1
-
MATLAB
数值分析,上机题目,求解方程组十分方便
数值分析,高斯公式, 求解方程组十分方便(Numerical analysis, the machine topic is very convenient for solving equations numerical analysis, Gaussian formula is very convenient for solving equations)
- 2008-12-29 13:14:40下载
- 积分:1
-
shuzisanban
数字散斑相关(DSCM)程序,可以精确算出前后两幅图片的位移,精确到亚像素(Digital speckle correlation (DSCM) program, you can accurately calculate the two pictures before and after the displacement, to the sub-pixel precision)
- 2020-12-23 14:39:08下载
- 积分:1
-
watershed
edge detection and segmentation using matlab
- 2011-11-29 15:02:41下载
- 积分:1