help-octave
[Top][All Lists]
Advanced

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

Re: delaunayn.m does not work for Octave 3.2.0


From: Carlo de Falco
Subject: Re: delaunayn.m does not work for Octave 3.2.0
Date: Tue, 14 Jul 2009 18:10:39 +0200


On 14 Jul 2009, at 17:13, david wrote:


Hi,

I installed qhull library and Octave 3.2.0 on Linux,  but the function
delaunayn.m
still does not work.


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: called from:
error: /usr/local/share/octave/3.2.0/m/geometry/delaunayn.m at line 55, column 5


Does anyone have any idea how to fix this problem?

Thanks.


Did you compile Octave yourself?

Have a look at this thread:
http://www.nabble.com/feature-or-bug--td22599135.html

c.




reply via email to

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