| MATLAB Function Reference | ![]() |
child_handles = allchild(handle_list)
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.
Compare the results returned by these two statements.
get(gca,'Children') allchild(gca)
![]() | all | alpha | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |