


% -*- texinfo -*-
% @deftypefn {Function File} {} cla
% @deftypefnx {Function File} {} cla ('reset')
% @deftypefnx {Function File} {} cla (@var{hax})
% @deftypefnx {Function File} {} cla (@var{hax}, 'reset')
% Delete the children of the current axes with visible handles.
% If @var{hax} is specified and is an axes object handle, operate on it
% instead of the current axes. If the optional argument @code{'reset'}
% is specified, also delete the children with hidden handles.
% @seealso{clf}
% @end deftypefn