使用export_fig和Matlab2016b

时间:2017-03-22 13:51:56

标签: matlab export fig

我正在尝试使用带有Matlab2016b的export_fig(最新版本altmany-export_fig-5ad44c4)(Windows10,64位,gs9.20)。我的显卡设置如下。

plot(cos(linspace(0, 7, 1000)));
export_fig('test1.png','test1.pdf')
print('test2.pdf','-dpdf')

生成png文件,但pdf文件只包含一个灰色框。我没有从export_fig收到任何错误消息。原生Matlab打印命令会生成一个正确的pdf文件,该文件周围有很多空白区域。为了摆脱它,我想使用export_fig。

非常感谢任何帮助。非常感谢。

干杯

海纳

opengl info 版本:'4.5.13399 Compatibility Profile Context 15.201.1151.1008' 供应商:'ATI Technologies Inc.' 渲染器:'AMD RADEON HD 6450' RendererDriverVersion:'15 .201.1151.1008' RendererDriverReleaseDate:'04 -Nov-2015' MaxTextureSize:16384 视觉:'Visual 0x08,(RGBA 32位(8 8 8 8),Z深度16位,硬件加速,双缓冲,Antialias 4样本)' 软件:'假' HardwareSupportLevel:'full' 支持图形平滑:1
SupportsDepthPeelTransparency:1 SupportsAlignVertexCenters:1 扩展:{266×1 cell} MaxFrameBufferSize:16384

0 个答案:

没有答案