Home > freetb4matlab > plot > cla.m

cla

PURPOSE ^

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

SYNOPSIS ^

function cla (varargin)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

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