|
From: | Carlo de Falco |
Subject: | Re: feature or bug? |
Date: | Thu, 19 Mar 2009 17:36:32 +0100 |
On 19 Mar 2009, at 13:23, Bertrand Roessli wrote:
Hello, it looks like the function 'griddata' does not work in octave 3.1.54. Should it be so? [xp,yp,zp]=griddata(data(:,1),data(:,2),data(:,3),a,b); error: __delaunayn__: not available in this version of Octave Thanks, Bertrand
did you compile Octave from sources? __delaunayn__ requires the qhull library, if qhull was not detected at configure time __delaunayn__.oct was not built, hence the error. c.
[Prev in Thread] | Current Thread | [Next in Thread] |