Patch removal from image

30 次查看(过去 30 天)
Amit Kalhapure
Amit Kalhapure 2012-11-23
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
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.

类别

Help CenterFile Exchange 中查找有关 Polygons 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by