octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40996] voronoi diagram has no result for two


From: hekawi
Subject: [Octave-bug-tracker] [bug #40996] voronoi diagram has no result for two points
Date: Thu, 02 Jan 2014 14:53:20 +0000
User-agent: empty

Follow-up Comment #3, bug #40996 (project octave):

I ran the voronoi() calls on Matlab R2012:

In Matlab the voronoi diagram seems to be implemented using the
delaunay triangulation. Therefore, it complains about too few 
points. Here's an example:

Matlab>> [vx,vy]=voronoi([106, 323],[154, 151]) 
Error using delaunay
Error computing the Delaunay triangulation. Not enough unique points
specified.

Error in voronoi (line 67)
        tri = delaunay(x,y);

It would be nice, if octave provided the bisector between the
two points.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40996>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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