How do you find the coordinates of intersections of two lines?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
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 .
0 Comments
See Also
Categories
Find more on Data Distribution Plots 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!