Home > freetb4matlab > plot > clf.m

clf

PURPOSE ^

% Delete the children of the current figure with visible handles.

SYNOPSIS ^

function clf (varargin)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

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