matlab 透明图像 fig 保存

Posted 小马嘚儿嘚儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab 透明图像 fig 保存相关的知识,希望对你有一定的参考价值。

在网上发现如下codes,可以生成透明图形。

% If you ever wondered how to get a matlab figure transparent (particularly usefull when you export it to formats that feature transparency, like eps, gif, png, etc.), here is how you do it:

% you created a figure and it is "current". % the following, you could have guessed
set(gcf,‘color‘,‘none‘);
set(gca,‘color‘,‘none‘);
% but this following little detail took me ages to figure out
set(gcf,‘InvertHardCopy‘,‘off‘);

打开一个.fig的文件,在command中运行上面三行命令 Edit->Copy Figure->在powerpoint中粘贴,就得到背景透明的图片。

 

以上是关于matlab 透明图像 fig 保存的主要内容,如果未能解决你的问题,请参考以下文章

如何对matlab plot生成的fig曲线图像进行去噪,平滑处理。

matlab2010怎么在fig图中插入竖立的文本框

matlab如何用鼠标选取fig图上的区域并获得坐标值

打开 Matlab 保存的 .fig 文件的程序

如何从Matlab的fig文件中把数据导出来?

matlab gui 做的程序界面怎样改按钮的图标