Split Line Segments (Edges)

版本 0.6.1 (11.2 KB) 作者: Jiexian Ma
split line segments (edges) into smaller ones based on intersections between them
27.0 次下载
更新时间 2025/4/7

查看许可证

You can start with demo.m in the folder.
Those duplicated line segments in the output of function splitEdges can be removed by the following code:
unique_edges = uniquetol(edges, 10^-5, 'ByRows', true );

引用格式

Jiexian Ma (2025). Split Line Segments (Edges) (https://www.mathworks.com/matlabcentral/fileexchange/85123-split-line-segments-edges), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2020b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: geom2d

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
0.6.1

No update

0.6.0