OpenGL graphics crash

Ben Abbott bpabbott at mac.com
Thu Jul 9 09:28:46 CDT 2009


On Thursday, July 09, 2009, at 10:17AM, "John W. Eaton" <jwe at octave.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: slice.pdf
Type: application/octet-stream
Size: 292027 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090709/346d1590/attachment-0001.obj 


More information about the Octave-maintainers mailing list