Home > freetb4matlab > plot > findall.m

findall

PURPOSE ^

% Find object with specified property values including hidden handles.

SYNOPSIS ^

function h = findall (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{h} =} findall 
% @deftypefnx {Function File} {@var{h} =} findall (@var{prop_name}, @var{prop_value})
% @deftypefnx {Function File} {@var{h} =} findall (@var{h}, @dots{})
% @deftypefnx {Function File} {@var{h} =} findall (@var{h}, '-depth', @var{d}, @dots{})
% Find object with specified property values including hidden handles.
%
% This function performs the same function as @code{findobj}, but it
% includes hidden objects in its search.  For full documentation, see
% @code{findobj}.
% @seealso{get, set, findobj, allchild}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003