octave-maintainers
[Top][All Lists]
Advanced

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

Re: OpenGL graphics crash


From: Ben Abbott
Subject: Re: OpenGL graphics crash
Date: Thu, 09 Jul 2009 10:28:46 -0400

On Thursday, July 09, 2009, at 10:17AM, "John W. Eaton" <address@hidden> wrote:
>On  8-Jul-2009, John W. Eaton wrote:
>
>| I'm not sure other changes are really needed here.  Can someone
>| compare the result of
>| 
>| in the current Octave (with my most recent change) and Matlab?
>
>Oops, I meant the graph displayed by the commands
>
>  [x, y, z] = meshgrid (linspace (-8, 8, 32));
>  v = sin (sqrt (x.^2 + y.^2 + z.^2)) ./ (sqrt (x.^2 + y.^2 + z.^2));
>  slice (x, y, z, v, [], 0, []);
>  [xi, yi] = meshgrid (linspace (-7, 7));
>  zi = xi + yi;
>  slice (x, y, z, v, xi, yi, zi);
>
>using the current Octave with the fltk backend and also using Matlab.
>
>Thanks,
>
>jwe

I can't try your change until my computer is back from repair (any day now), 
but I can run the example in Matlab.

A pdf is attached.

Ben

Attachment: slice.pdf
Description: Binary data


reply via email to

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