-
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
-
APF_LCL
基于simuink的LCL型有源电力滤波器的设计仿真(A LCL type APF simulation that is based on simulink)
- 2015-01-19 16:52:08下载
- 积分:1
-
imagefilter
digital image filter
- 2014-02-12 04:37:32下载
- 积分:1
-
11
说明: 基于先进信号预处理和自回归建模的滚动轴承故障诊断方法(A fault diagnosis methodology for rolling element bearings based on advanced signal pretreatment and auto regressive modelling)
- 2016-03-03 11:18:35下载
- 积分:1
-
DBSCAN
DBSCAN clustering in vietnamese
- 2014-11-21 02:27:07下载
- 积分:1
-
Commonly-used-numerical-algorithm
matlab使用过程中经常会使用到的常用数值算法。(often use to matlab the process of using the numerical algorithm.)
- 2013-04-26 17:27:18下载
- 积分:1
-
理论深度基准面计算
说明: 利用潮位数据计算理论深度基准面,其中各分潮系数需修改(Calculating theoretical depth datum using tidal data)
- 2019-04-09 16:52:10下载
- 积分:1
-
lsqcurvefit
说明: 一个有关matlab解决最小二乘法函数lsqcurvefit的简要介绍,网上找的,分享了。。。(Matlab solve a least squares lsqcurvefit function of a brief introduction, on-line to find and share.)
- 2009-08-19 09:23:03下载
- 积分:1
-
lda_theory
LINEAR DISCRIMINANT ANALYSIS - A BRIEF TUTORIAL(LINEAR DISCRIMINANT ANALYSIS- A BRIEF TUTORIAL)
- 2009-12-14 15:52:56下载
- 积分:1
-
img_filters
Some image filtering functions in matlab. Includes: Laplace Sharpening, UnsharpMask, Median filter
- 2009-05-24 04:28:40下载
- 积分:1