Find all children, including hidden children, of a graphics object.
This function is similar to get (h, "children")
, but also returns
hidden objects (HandleVisibility = "off"
).
If handles is a scalar, h will be a vector. Otherwise, h will be a cell matrix of the same size as handles and each cell will contain a vector of handles.
See also: findall, findobj, get, set.
Package: octave