help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: delaunayn.m function does not work?


From: Carlo de Falco
Subject: Re: delaunayn.m function does not work?
Date: Wed, 6 May 2009 23:15:44 +0200


On 6 May 2009, at 22:37, david wrote:


Hi,

I tried to use the delaunayn.m function as follows:

Octave:6> X = [-0.5 -0.5 -0.5;-0.5 -0.5 0.5;-0.5 0.5 -0.5;-0.5 0.5 0.5;0.5 -0.5 -0.5;0.5 -0.5 0.5;0.5 0.5 -0.5;0.5 0.5 0.5];

Octave:7> T = delaunayn(X,{'Qt','Qbb','Qc','Qz'});

error: __delaunayn__: not available in this version of Octave
error: evaluating assignment expression near line 55, column 5
error: called from `delaunayn' in file `/usr/local/share/octave/ 3.0.5/m/geometry/delaunayn.m'

When I see the source code
/usr/local/share/octave/3.0.5/m/geometry/delaunayn.m

It tried to do this:
t = __delaunayn__ (x, varargin{:});

But I did not find any function named __delaunayn__.m, what is the problem with the delaunayn.m?

Thanks.

David

check out this thread:
http://www.nabble.com/feature-or-bug--td22599135.html

c.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]