Intersection of Two Lines (line_intersection)
버전 6.0.1.0 (222 KB) 작성자:
Tamas Kis
Finds the intersection of two lines.
line_intersection
Finds the intersection of two lines.
Syntax
[x_int,y_int] = line_intersection(l1,l2)
Inputs
-
l1
(1×1, 1×2, 1×3, or 1×4double
) vector defining line 1: -
l2
(1×1, 1×2, 1×3, or 1×4double
) vector defining line 2:
Outputs
-
x_int
(1×1double
):-coordinate of line intersection,
-
y_int
(1×1double
):-coordinate of line intersection,
Examples and Additional Documentation
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
- See "Intersection_of_Two_Lines.pdf" (also included with download) for the technical documentation.
인용 양식
Tamas Kis (2025). Intersection of Two Lines (line_intersection) (https://github.com/tamaskis/line_intersection-MATLAB/releases/tag/v6.0.1), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.