You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 );
Cite As
Jiexian Ma (2026). Split Line Segments (Edges) (https://ch.mathworks.com/matlabcentral/fileexchange/85123-split-line-segments-edges), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: geom2d
General Information
- Version 0.6.1 (11.2 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
