Matlab - Find point of intersection between two vectors
Posted
by Silv3rSurf
on Stack Overflow
See other posts from Stack Overflow
or by Silv3rSurf
Published on 2010-01-12T17:16:31Z
Indexed on
2010/05/11
13:04 UTC
Read the original article
Hit count: 185
I have a very simple matlab question. What is the easiest way to find the point of intersection between two vectors. I am not familiar with the various matlab fuctions -- it seems like there should be one for this.
For example if I have one vector from (0,0) to (6,6) and another vector from (0,6) to (6,0), I need to determine that they intersect at (3,3)
Thanks.
© Stack Overflow or respective owner