Matlab中生成Delaunay三角网我要分享

Generating Delaunay triangulation in MATLAB

关注次数: 244

下载次数: 1

文件大小: 2.66 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:在matlab中读取原始坐标文件,使用读取到的坐标按Delaunay三角网生成算法生成边表和三角形表,最终生成Delaunay三角网,并调用plot绘制


English Description:

Read the original coordinate file in MATLAB, use the read coordinates to generate the side table and triangle table according to the Delaunay triangulation generation algorithm, finally generate Delaunay triangulation, and call plot to draw


代码预览

相关推荐