Exportgraphics 导出透明背景

6 次查看(过去 30 天)
嘉琦 常
嘉琦 常 2024-7-24,8:25
sphere
set(gca,'color','none')
ax = gca;
copygraphics(ax,'ContentType','vector','BackgroundColor','none');
我想实现的是导出透明背景。copygraphics可以实现,但是我需要生成很多图。无法保存,应该如何解决。
exportgraphics(ax,'test.png','BackgroundColor','none')
警告: 不支持背景透明度;用白色代替。
请问 exportgraphics 如何导出透明背景

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 打印和保存 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!