Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!postnews.google.com!u20g2000yqi.googlegroups.com!not-for-mail
From: hajoura <fradi.hajer@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: delaunay
Date: Fri, 24 Apr 2009 02:01:27 -0700 (PDT)
Organization: http://groups.google.com
Lines: 12
Message-ID: <6e5bc819-f97c-43fd-9070-8da4825a814f@u20g2000yqi.googlegroups.com>
References: <ae08d7b0-bcc0-4d20-bc6d-0e1d48c936db@c12g2000yqc.googlegroups.com> 
	<c9e58d8c-3df9-4e99-8a84-ce62a4a432db@f19g2000yqo.googlegroups.com> 
	<gsrtat$3eg$1@fred.mathworks.com> <495b7f4c-89e1-4b33-a1dc-312f72290749@a7g2000yqk.googlegroups.com>
NNTP-Posting-Host: 193.55.113.196
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1240563688 10514 127.0.0.1 (24 Apr 2009 09:01:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 24 Apr 2009 09:01:28 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: u20g2000yqi.googlegroups.com; posting-host=193.55.113.196; 
	posting-account=snChtQoAAAAjuLUD1r4wyWJnJoeZWnwu
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; 
	FunWebProducts; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET 
	CLR 3.0.04506; InfoPath.2; InfoPath.1),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:535148


the message of errors:

??? The first input argument must be a double array.

Error in ==> delaunayn at 81
t = qhullmx(x', 'd ', opt);

Error in ==> delaunay3 at 45
    t = delaunayn([x(:) y(:) z(:)],options);

Error in ==> Trinagulation_Delaughay at 59
TRID=delaunay3(X1,Y1,image, {'QJ'});