Patch removal from image

30 visualizaciones (últimos 30 días)
Amit Kalhapure
Amit Kalhapure el 23 de Nov. de 2012
Hi!
Is there a possibilty for removing a previous displayed patch from an axes image? I mean without reconstructing the previous image ?
Amit

Respuestas (1)

Walter Roberson
Walter Roberson el 23 de Nov. de 2012
Yes, delete() the handle of the patch. For example,
delete(findobj('type', 'patch'));
would delete all patches that do not have hidden handles.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by