Main Content

La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.

Identification des objets graphiques

Rechercher, copier et supprimer des objets graphiques

Fonctions

développer tout

gcaAxes ou graphiques courants
gcfHandle de la figure courante
gcbfHandle of figure containing object whose callback is executing
gcboHandle of object whose callback is executing
gcoHandle of current object
grootGraphics root object
ancestorAncestor of graphics object
allchildFind all children of specified objects
findallFind all graphics objects
findobjFind graphics objects with specific properties
findfigsFind visible offscreen figures
isgraphicsTrue for valid graphics object handles
ishandleTest for valid graphics or Java object handle
gobjectsInitialize array for graphics objects
copyobjCopy graphics objects and their descendants
deleteDelete files or objects

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.