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
Walter Roberson 2012 年 11 月 23 日

0 投票

Yes, delete() the handle of the patch. For example,
delete(findobj('type', 'patch'));
would delete all patches that do not have hidden handles.

カテゴリ

タグ

質問済み:

2012 年 11 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by