[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #46946] isosurface throws errors where Matlab
From: |
Marco Caliari |
Subject: |
[Octave-bug-tracker] [bug #46946] isosurface throws errors where Matlab does not |
Date: |
Wed, 27 Apr 2016 12:06:06 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #10, bug #46946 (project octave):
Dear Markus,
I will try your new patch asap. About eps/eps^2, I just tested
fvc.vertices=[2/3,2/3,2/3;1-1/3,1-1/3,1-1/3];
dx = fvc.vertices(:,1) .- fvc.vertices(:,1)';
dy = fvc.vertices(:,2) .- fvc.vertices(:,2)';
dz = fvc.vertices(:,3) .- fvc.vertices(:,3)';
mutual_dist = dx.^2 + dy.^2 + dz.^2
and observed an eps^2. But I see that in your new patch you just consider
differences along each coordinate and then eps is fine.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46946>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/