Hierarchy of Matlab
Graphics Objects(used to display matlab graphics)
Commands for Working With Graphics Objects:
gca - return the handle of the current axes gcf - return the handle of the current figure gco - return the handle of the current object get - query the values of an object's properties set - set the values of an object's properties findall - find all graphics objects findobj - find the handles of objects having specified property
values