码迷,mamicode.com
首页 > 其他好文 > 详细

matlab 透明图像 fig 保存

时间:2017-07-29 10:19:15      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:color   透明   gif   har   little   too   figure   creat   tle   

在网上发现如下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 保存

标签:color   透明   gif   har   little   too   figure   creat   tle   

原文地址:http://www.cnblogs.com/xinrzshh24/p/7253323.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!