Intersection of two line segments
Afficher commentaires plus anciens
I have two lines L1 :[x1 x2],[y1 y2] and L2: [x3 x4],[y3 y4]. I need to find their intersection. Is there any builtin matlab function to find the intersection?
Réponse acceptée
Plus de réponses (1)
imma notaro
le 5 Oct 2017
0 votes
try polyxpoly
1 commentaire
John D'Errico
le 5 Oct 2017
Which does require the mapping toolbox.
Catégories
En savoir plus sur Elementary Math dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!