Oct 27, '03 10:05:00AM • Contributed by: Anonymous
Everything worked fine, except 3D OpenGL rendering -- 3D commands will freeze the MATLAB engine. The MATLAB/X libraries must conflict with OpenGL libraries and the new integrated X11 implementation in Panther. You can actually make 3D graphics work by issuing the following command before calling 3D commands (mesh, surf, etc.):
opengl neverselectI hope Mathworks will release R14 soon, with this problem resolved.
