이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
인용 양식
Douglas Schwarz (2026). Fast and Robust Curve Intersections (https://kr.mathworks.com/matlabcentral/fileexchange/11837-fast-and-robust-curve-intersections), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Curve Intersect 2
도움 준 파일: RivMAP - River Morphodynamics from Analysis of Planforms, clabel_along, Fast and Robust Self-Intersections, Kirchhoff Vortex Contour Dynamics Simulation, Fast Line Segment Intersection, Gear shift map for Automatic Transmission in S mode, Matlab to Ansys ICEM/Fluent and Spline Drawing Toolbox, anomaly
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 3.0.0.0 | I just learned about the paged matrix functions from Mike Croucher's blog and immediately replaced backslash with pagemldivide for a significant speedup. |
||
| 2.0.0.0 | This version uses implicit expansion (or bsxfun in slightly older MATLAB versions) to compute the line segments that might overlap. When the number of line segments is large, it uses a different algorithm to avoid forming large matrices. |
||
| 1.2.0.0 | Fixed bug that my previous "bug fix" failed to fix. |
||
| 1.1.0.0 | Fixed bug identified by Rodrigo Portugal. No longer fails when there are no intersections and you need 4 outputs. |
||
| 1.0.0.0 | Added ability to find self-intersections of one curve. |
