-
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
-
LZW_demo
lwz编码的多个示例程序,用于教学,有大量的注释,方便学生自学。(lwz coding)
- 2013-04-22 10:54:58下载
- 积分:1
-
neural_direct
RBF This program implements the direct neural controller
for the surge tank example.
- 2014-01-17 19:43:36下载
- 积分:1
-
nihe
这是计算机拟和方法的例程集锦,对数学计算和建模非常有用.(This is a computer and methods to routine collection of mathematical calculations and modeling very useful.)
- 2007-08-24 16:45:49下载
- 积分:1
-
kalman-(5)
UPF滤波是结合UKF和粒子滤波算法,利用UKF对非线性系统处理能力得到UPF算法。(UPF filter is a combination of UKF and particle filter algorithm, using UKF nonlinear system processing capacity UPF algorithm.)
- 2014-08-07 13:59:38下载
- 积分:1
-
PDC
Diversity Techniques over Fading Channels
Post-Detection Combining
- 2014-10-08 03:51:49下载
- 积分:1
-
pygamedemo
一个pygame开发的小例子,仅供学习参考(A pygame small demo )
- 2013-04-11 10:35:42下载
- 积分:1
-
Attachments_20131112
ebook for learning latex
- 2013-12-24 05:05:34下载
- 积分:1
-
Rounddetect
Detecting the round object
- 2015-04-16 14:30:13下载
- 积分:1
-
Mathematical-Modeling
本文件为数学建模算法与应用的光盘文件,里面涉及到各种智能算法(This document is the mathematical modeling algorithms and applications disc file, which involves a variety of intelligent algorithms)
- 2014-10-12 09:42:02下载
- 积分:1