Pagina 1 di 1

octave-forge

Inviato: mercoledì 26 dicembre 2007, 16:46
da robertobis
uso ubuntu 7.04 ed ho appena installato octave forge con  Octave, version 2.9.9 (x86_64-pc-linux-gnu),e volevo usare la funzione delaunay copiando dal sito(e da help delaunay) ma da errore:

Codice: Seleziona tutto

 x=rand(1,10);
octave:6> y=rand(size(x));
octave:7> delaunay(x,y)
qhull internal error (qh_qhull): temporary sets not empty (2)

While executing:  | qhull d Qt Qbb Qc
Options selected for Qhull 2003.1 2003/12/30:
  delaunay  Qtriangulate  Qbbound-last  Qcoplanar-keep  _pre-merge
  _zero-centrum  Pgood  Qinterior-keep  _max-width 0.94  Error-roundoff 1.3e-15
  _one-merge 9.2e-15  Visible-distance 2.6e-15  U-coplanar-distance 2.6e-15
  Width-outside 5.3e-15  _wide-facet 1.6e-14
Last point added to hull was p3.

At error exit:

Delaunay triangulation by the convex hull of 10 points in 3-d:

  Number of input sites: 10
  Number of Delaunay regions: 0

Statistics for:  | qhull d Qt Qbb Qc

  Number of points processed: 10
  Number of hyperplanes created: 27
  Number of facets in hull: 16
  Number of distance tests for qhull: 51

error: delaunayn: qhull failed.
error: evaluating assignment expression near line 51, column 11
error: evaluating if command near line 50, column 5
error: evaluating if command near line 49, column 3
error: called from `delaunay' in file `/usr/share/octave/site/api-v22/m/octave2.9-forge/geometry/delaunay.m'
octave:7> x=rand(1,10);
octave:8> y=rand(size(x));
octave:9> delaunay(x,y)
qhull internal error (qh_qhull): temporary sets not empty (2)

While executing:  | qhull d Qt Qbb Qc
Options selected for Qhull 2003.1 2003/12/30:
  delaunay  Qtriangulate  Qbbound-last  Qcoplanar-keep  _pre-merge
  _zero-centrum  Pgood  Qinterior-keep  _max-width 0.8  Error-roundoff 1.3e-15
  _one-merge 9.2e-15  Visible-distance 2.6e-15  U-coplanar-distance 2.6e-15
  Width-outside 5.2e-15  _wide-facet 1.6e-14
Last point added to hull was p5.

At error exit:

Delaunay triangulation by the convex hull of 10 points in 3-d:

  Number of input sites: 10
  Number of Delaunay regions: 0

Statistics for:  | qhull d Qt Qbb Qc

  Number of points processed: 10
  Number of hyperplanes created: 29
  Number of facets in hull: 16
  Number of distance tests for qhull: 64

error: delaunayn: qhull failed.
error: evaluating assignment expression near line 51, column 11
error: evaluating if command near line 50, column 5
error: evaluating if command near line 49, column 3
error: called from `delaunay' in file `/usr/share/octave/site/api-v22/m/octave2.9-forge/geometry/delaunay.m'