Graphics Object Identification
Finding, copying, and deleting graphics objects
Fonctions
Rubriques
- Find Objects
The
findobj
function can scan the object hierarchy to obtain the handles of objects that have specific property values. - Copy Objects
Copy objects from one parent to another using the
copyobj
function. - Delete Graphics Objects
Remove graphics objects with the
delete
function. - Special Object Identifiers
MATLAB® provides functions that return important object handles so that you can obtain these handles whenever you require them.