Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Finding similar entries
Date: Wed, 21 May 2008 17:31:01 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 14
Message-ID: <g11m8l$i9h$1@fred.mathworks.com>
References: <fq0ple$qos$1@fred.mathworks.com> <fq17qb$2b2$1@fred.mathworks.com> <fq1k3m$jl$1@fred.mathworks.com> <fq1o6c$1v5$1@fred.mathworks.com> <fq1s5q$oot$1@fred.mathworks.com> <fq1t1t$9ql$1@fred.mathworks.com> <g11lan$2ps$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.fr>
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 1211391061 18737 172.30.248.38 (21 May 2008 17:31:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 21 May 2008 17:31:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:469723


"amit " <amit_tilwankar@yahoo.com> wrote in message
<g11lan$2ps$1@fred.mathworks.com>...

> 
> I want to find out similarity between all pairs; Please tell
> me how to implement Delaunay triangulation in Matlab?

There is ready-in-the-can functions in MATLAB:

help delaunay
help delaunay3
help delaunayn

Bruno