MATLAB: Mesh Error

MATLABmeshmeshgrid

I use mesh and meshgrid a fair amount and always get
Warning: Unrecognized OpenGL version, defaulting to 1.0.
The plot looks OK so what is that error telling me?
I use Matlab 6.1.0 Release 12. I have more recent versions but I like Matlab 6 for most of what I do.
Thanks.

Best Answer

I see that that 6.1 was only the second release with OpenGL support (6.0 was the first)
You can find a bit more information on the warning here: http://www.mathworks.com/matlabcentral/newsreader/view_thread/15300
Related Question