CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 多边形

搜索资源列表

  1. polygon_cut

    0下载:
  2. 自己编写的 matlab gui 可以实现任意多边形定点参数输入 然后使用Sutherland_Hodgeman等算法进行多边形被矩形截取的演示程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:119kb
    • 提供者:thusimon
  1. coastgrid

    1下载:
  2. 用matlab实现不规则多边形网格的划分-Using matlab to achieve the division of irregular polygonal meshes
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:85.29kb
    • 提供者:刘力源
  1. duobianxing

    0下载:
  2. 针对多边形,求其面积,长宽比,并标记重心-For the polygon, find its area, aspect ratio, and mark the center of gravity
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:821byte
    • 提供者:jinglantao
  1. shift

    2下载:
  2. 直线偏移代码,已知多边形顶点坐标,可以将多边形各边沿其法线方向平移距离然后得到新的多边形顶点。-Linear shift code, known polygon vertex coordinates, can be the edge of the polygon shift its normal direction and then get a new polygon from the vertex.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:762byte
    • 提供者:cherishkf
  1. Nelder0

    1下载:
  2. 二维空间中的多边形逼近算法 确定三个顶点a,b,c并且其函数值按从小到大排列- Two-dimensional space of polygons in the approximation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:805byte
    • 提供者:
  1. linecutface

    0下载:
  2. 实现任意直线对多边形的分割,返回生成的多边形顶点坐标-An arbitrary line of division of the polygon,Return vertex coordinates of polygons generated
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.98kb
    • 提供者:陈浩然
  1. pointinface

    0下载:
  2. 给出一点和任意一个多边形,判断点与多边形的位置关系-Any given point and a polygon, determine the relationship between the location of points and polygons
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.32kb
    • 提供者:陈浩然
  1. 1

    1下载:
  2. 给出了一个有关Chaikin细分法的matlab编程,该程序适合于任意的封闭的初始控制多边形-a program about Chaikin subdivision scheme which can be applied to closed polygon
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2.06kb
    • 提供者:gaomin
  1. draw-polygons

    0下载:
  2. matlab gui 实现多边形的绘制,以及对多边形内部填充不同的颜色-matlab gui draw polygons to achieve, as well as inside of a polygon filled with different colors
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3.95kb
    • 提供者:xiaofei
  1. rangePolyponPoint

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

    • 发布日期:2017-03-30
    • 文件大小:639byte
    • 提供者:小张
  1. Nelder0

    0下载:
  2. 二维空间中的多边形逼近。确定三个顶点a,b,c并且其函数值按从小到大排列。将二维空间中的多边形三个顶点的函数值按从小到大顺序排列, 判断三点或三点函数值的距离是否小于给定阈值.若小于阈值停止循环,得最优解x0=a-Two-dimensional space polygon approximation. Determine the three vertices a, b, c and its function value in ascending order. The three-dimensio
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:869byte
    • 提供者:吕莫
  1. ROI

    1下载:
  2. 用matlab画多边形并且求面积,标记每个多边形,求出了平均值-Matlab for area and draw the polygon, mark each polygon, and from the average
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2.29kb
    • 提供者:曾双穗
  1. tuxingxue

    0下载:
  2. 计算机图形学:“弧长法”对点和多边形的包含关系进行判断。-Computer Graphics: contains the relationship of the arc-length method for points and polygons to judge.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:590byte
    • 提供者:wwf
  1. SCE-UA

    3下载:
  2. 多边形单纯刑法SEC-UA,用于率定新安江模型参数,自己写的,里面写的很清楚,希望对大家有用-SCE-UA XINANJIANG
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:3.53kb
    • 提供者:yangwenming
  1. @polygon

    0下载:
  2. 施瓦茨变换代码,专门用于多边形的变换,matlab代码-Schwartz transform code, dedicated to the transformation of the polygon, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:15.7kb
    • 提供者:rertweter
  1. 随机骨料程序多边形

    29下载:
  2. 采用matlab编制的随机骨料多边形程序
  3. 所属分类:matlab例程

    • 发布日期:2013-09-21
    • 文件大小:900byte
    • 提供者:qqb126@126.com
  1. ConcreteBone2d_Polygon

    12下载:
  2. matlab编制的随机骨料多边形模型,适合随机骨料的建模和有限元分析-poly rabdom arrevege
  3. 所属分类:matlab例程

    • 发布日期:2013-10-20
    • 文件大小:1008byte
    • 提供者:peterq
  1. distance

    1下载:
  2. 求点到一个多边形的最短距离的函数,点在多边形内部则值为负,在外部值为正,函数非常有用-Find the minimum point to a function of the distance of the polygon, the point is inside the polygon is negative, the external value is positive, the function is very useful
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:787byte
    • 提供者:丽雨
  1. shunacuo

    0下载:
  2. 多边形排列问题顺排列和错排列的模拟问题 指定多边形的面积和排列区域大小即可-Simulation problems polygonal arrangement and alignment problems along the wrong arrangement Specified area of ​ ​ the polygon and the area size can be arranged
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:曹道帆
  1. 生成二维多边形集料

    1下载:
  2. 可以根据级配,集料沥青油石比等数据生成需要的二维多边形随机骨料模型,以便后续的计算,
  3. 所属分类:matlab例程

    • 发布日期:2021-04-14
    • 文件大小:13.7kb
    • 提供者:lijiaqiiii
« 12 »
搜珍网 www.dssz.com