Patch removal from image
    16 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi!
Is there a possibilty for removing a previous displayed patch from an axes image? I mean without reconstructing the previous image ?
Amit
0 Commenti
Risposte (1)
  Walter Roberson
      
      
 il 23 Nov 2012
        Yes, delete() the handle of the patch. For example,
delete(findobj('type', 'patch'));
would delete all patches that do not have hidden handles.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Polygons in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

