Path: news.mathworks.com!not-for-mail
From: "John D'Errico" <woodchips@rochester.rr.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: intersect point
Date: Thu, 23 Aug 2007 14:17:45 +0000 (UTC)
Organization: John D'Errico (1-3LEW5R)
Lines: 14
Message-ID: <fak4u9$98r$1@fred.mathworks.com>
References: <fak1t7$qbd$1@news4.fe.internet.bosch.com>
Reply-To: "John D'Errico" <woodchips@rochester.rr.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187878665 9499 172.30.248.38 (23 Aug 2007 14:17:45 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 23 Aug 2007 14:17:45 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869215
Xref: news.mathworks.com comp.soft-sys.matlab:425209


"Andrea Schmidt" <external.Andrea.Schmidt@de.bosch.com> wrote in message 
<fak1t7$qbd$1@news4.fe.internet.bosch.com>...
> Hello,
> I have two vectors and I'm looking for the intersect points. Plotting the
> vectors they cross each other several times. But it wouldn't work with
> find(v1 = = v2) because the intersect point is between to points in the
> vectors.
> How can I find the real intersect points.

You will find at least two solutions by looking on
the file exchange, with the keyword "intersections".

HTH,
John