Intersection of two line segments
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
imma notaro
2017 年 10 月 5 日
0 投票
try polyxpoly
1 件のコメント
John D'Errico
2017 年 10 月 5 日
Which does require the mapping toolbox.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!