MATLAB Function Reference |
Find all children of specified objects
Syntax
Description
child_handles = allchild(handle_list)
returns the list of all children (including ones with hidden handles) for each handle. If handle_list
is a single element, allchild returns the output in a vector. Otherwise, the output is a cell array.
Examples
Compare the results returned by these two statements.
See Also
all | alpha |
© 1994-2005 The MathWorks, Inc.