Patch removal from image
22 ビュー (過去 30 日間)
古いコメントを表示
Hi!
Is there a possibilty for removing a previous displayed patch from an axes image? I mean without reconstructing the previous image ?
Amit
0 件のコメント
回答 (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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Polygons についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!