From help-request at octave dot org Fri Dec 17 06:18:43 2004 Subject: AW: delaunayn for octave-2.1.50-pc-cygwin From: Ploett Norbert To: Miquel dot Cabanas at uab dot es Cc: help at octave dot org Date: Fri, 17 Dec 2004 13:20:21 +0100 Miquel, doesn't work very well ... I have this windows package version of octave, = octave-forge-2.1.50-windows. It does have delaunay.m and delaunay3.m. Now I tried the example in the online help of delaunay and get >> x =3D rand(1,10); >> y =3D rand(size(x)); >> T =3D delaunay(x,y); error: `delaunayn' undefined near line 51 column 13 so delaunay and delaunay3 rely on the presence delaunayn, which is not there. I downloaded the latest ocatave-forge-2004.11.16.tar.tgz and explored a little to find that delaunayn is a C++ source (loadable function?). delaunayn.cc requires to #include qhull_a.h, which is not part of the sourceforge tgz I downloaded. Seems to get hairy for a person who never compiled a user-defined = function before. And where do I get the qhull sources? And do I need to get gcc installed in my cygwin environment (which came = with the octave-2.1.50a-inst.exe? Am I correct, or is the world actually a little simpler than this? Norbert -----Urspr=FCngliche Nachricht----- Von: help-request at octave dot org [mailto:help-request@octave.org]Im Auftrag von Miquel Cabanas Gesendet: Freitag, 17. Dezember 2004 11:20 An: Ploett Norbert Cc: help at octave dot org Betreff: Re: delaunayn for octave-2.1.50-pc-cygwin hello, On Fri, Dec 17, 2004 at 09:51:17AM +0100, Ploett Norbert wrote: >=20 > I am using=20 >=20 > "GNU Octave, version 2.1.50 (i686-pc-cygwin)" >=20 > and it has the delaunay and delaunay3 functions, but does not have = the > delaunayn function. Why is it not included? Where can I get it? >=20 this function is part of Octave-Forge. You can find it at, http://octave.sourceforge.net/index/D.html Miquel --=20 Miquel E Cabanas ------------------------------------------------------ SeRMN, Universitat Autonoma de Barcelona (Miquel dot Cabanas at uab dot es) ------------------------------------------o-oo--ooo---ooo--oo-o-------- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html ------------------------------------------------------------- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------