Patch removal from image
显示 更早的评论
Hi!
Is there a possibilty for removing a previous displayed patch from an axes image? I mean without reconstructing the previous image ?
Amit
回答(1 个)
Walter Roberson
2012-11-23
Yes, delete() the handle of the patch. For example,
delete(findobj('type', 'patch'));
would delete all patches that do not have hidden handles.
类别
在 帮助中心 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!