octave-maintainers
[Top][All Lists]
Advanced

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

Re: Implementation for missing function tetramesh


From: Martin Helm
Subject: Re: Implementation for missing function tetramesh
Date: Mon, 02 Apr 2012 08:22:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1

Am 02.04.2012 05:49, schrieb Martin Helm:
> Am 02.04.2012 03:20, schrieb Ben Abbott:
>> I'm seeing a difference between Matlab and Octave. I've attached
>> results for both demos. Ben 
> Seems to be simply the different results of delaunay, can you run the
> following tests in both cases
>  
>  load data.mat
>  clf ()
>  colormap (jet
> (64))                                                             
>  h = tetramesh (tetra,
> X);                                                       
>  for
> ii=1:2:length(h);                                                           
>
>    set(h(ii), "Visible",
> "off");                                                 
>  endfor                                                                       
>    
>
>  axis
> equal                                                                      
>  view (30, 20)
>  title ("Using jet (64), every other tetrahedron invisible")
>
>  load data.mat
>  clf ()
>  colormap (gray (256));
>  tetramesh (tetra, X, 21:20:241, "EdgeColor", "w")
>  axis equal
>  view (30, 20)
>  title ("Using gray (256) and white edges")
>
> with the attached data.mat to rule that out?
>
Sorry, something screwed the copy and paste of the code snippet, I
attach it as files.

Attachment: test2_tetramesh.m
Description: Text Data

Attachment: test_tetramesh.m
Description: Text Data


reply via email to

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