How do you find the coordinates of intersections of two lines?

1 view (last 30 days)
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.

Answers (1)

Abhijeet
Abhijeet on 6 Jun 2022
Edited: Abhijeet on 8 Jun 2022
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 .

Categories

Find more on Transportation Engineering in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!