belovedtju 发表于 2007-4-11 10:20

为什么mesh后存成JPG全是黑色啊

command window 里面还出现下面这些
In F:\Program Files\MATLAB\R2006b\toolbox\matlab\graphics\private\render.p>render at 145
In print at 267
In hgexport at 819
In filemenufcn>localSaveExportHelper at 193
In filemenufcn>localSaveExport at 296
In filemenufcn at 55

射天狼 发表于 2007-4-12 09:07

酌情考虑使用shading interp之类的语句。

belovedtju 发表于 2007-4-13 21:18

我就执行这个命令就是这样 重装了也还是这样的

>> mesh(t,w,mag)
Warning: Problems in UIW_SetUpGLPrinting
> In F:\Program Files\MATLAB\R2006b\toolbox\matlab\graphics\private\render.p>render at 145
In print at 267
In hgexport at 819
In filemenufcn>localSaveExportHelper at 193
In filemenufcn>localSaveExport at 296
In filemenufcn at 55
In filemenufcn>localSave at 170
In filemenufcn at 53

happy 发表于 2007-4-14 21:37

原帖由 belovedtju 于 2007-4-13 21:18 发表
>> mesh(t,w,mag)
Warning: Problems in UIW_SetUpGLPrinting
> In F:\Program Files\MATLAB\R2006b\toolbox\matlab\graphics\private\render.p>render at 145
In print at 267
In hgexpor ...

显卡的驱动程序问题,找个新的驱动程序重装一下看看

belovedtju 发表于 2007-4-16 12:15

按照happy的作法,下载一个新的驱动就行了,多谢!:@)

bibi951 发表于 2009-7-21 14:57

下什么样的驱动?

是更新自己电脑的显卡驱动?我也遇到保存图全黑的问题

matlab2008b winxp

wacs5 发表于 2010-6-10 11:12

我也碰到这种情况过
不过添加下面的语句,就可以了。楼主试试吧。

set(gcf, 'Renderer', 'ZBuffer')
页: [1]
查看完整版本: 为什么mesh后存成JPG全是黑色啊