Intersection of Two Lines (line_intersection)
Version 6.0.1.0 (222 ko) par
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.
Citation pour cette source
Tamas Kis (2024). Intersection of Two Lines (line_intersection) (https://github.com/tamaskis/line_intersection-MATLAB/releases/tag/v6.0.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2023a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.