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

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

[Octave-bug-tracker] [bug #38295] Voronoi outputs wrong results (more ed


From: Rik
Subject: [Octave-bug-tracker] [bug #38295] Voronoi outputs wrong results (more edges than necessary)
Date: Fri, 28 Oct 2016 19:06:27 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #5, bug #38295 (project octave):

Could someone try the following code in Matlab and upload the resulting data
matrix?


x = [ 0.375797   0.756674   0.343954   0.202575   0.032301 ];
y = [ 0.16625   0.87870   0.83778   0.59153   0.59301 ];
[vx, vy] = voronoi(x,y);
vn = voronoin ([x(:), y(:)]);
save data.mat vx vy vn -v4




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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