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