MATLAB保存的图片全是黑色,无法显示!【转】
(2013-06-16 17:01:37)| 分类: 杂音 |
Warning: Problems in UIW_SetUpGLPrinting
只好Google,最后,总算找到答案,原来是着色属性的问题,修改其实很简单:
set(gcf, 'Renderer', 'ZBuffer')
这样,就把属性从OpenGL改到了ZBuffer,这样,就可以了。
当然,如果上面还不行,可以试试下面的办法(我从一个论坛上拷过来的):
and that could be for more than one cause. If you're having this
issue, try to follow the
next steps one at a time, and see if it helps.
1 - Be sure to install the correct driver for your specific
graphic board. Not so obvious,
2 - Check if your OpenGL API is good to go. Install OpenGL
Extensions Viewer and check it.
3 - Install the latest DirectX. Test it with dxdiag.
4 - If everything else fails, you could try to install Glide
Wrapper 0.84c. It helps on some
Hope that helps,
Marchesi.

加载中…