How do you find the coordinates of intersections of two lines?
조회 수: 1 (최근 30일)
이전 댓글 표시
So this is a question I got in class and I tried using different methods to find the coordinates of two numbers and it gives me a NaN error.
댓글 수: 2
답변 (1개)
Abhijeet
2022년 6월 6일
편집: Abhijeet
2022년 6월 8일
Hi Gautam Kumar
I am assuming that the NaN error in your code is probably due to division by 0.This can happen if given two lines as input are collinear.
For finding coordinates of intersection of two points you can download and use the function line_intersection from MathWorks FIle Exchange .
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!