Lines Intersection

This function finds the intersection point of two lines.

You are now following this Submission

This function uses a method of determinants to find the intersection of two linear lines. Inputs into this function are coordinates of two lines (vectors) i.e. Line1 = [(x11,y11);(x12,y12)] and line2=[(x21,y21);(x22,y22)].

Cite As

Lufuno Vhengani (2026). Lines Intersection (https://www.mathworks.com/matlabcentral/fileexchange/32827-lines-intersection), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Interpolation in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0