how to remove/kill the figure produced with colormap
16 次查看(过去 30 天)
显示 更早的评论
how to remove/kill the figure produced with colormap
colormap('parula')
0 个评论
采纳的回答
Mike Croucher
2022-8-30
If the colormap is the most recent command you've executed, it will be the current figure. As such, you can use
delete(gcf)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!