%SETAPPDATA Set application-defined data.
%  SETAPPDATA(H, NAME, VALUE) sets application-defined data for
%  the object with handle H.  The application-defined data,
%  which is created if it does not already exist, is
%  assigned a NAME and a VALUE.  VALUE may be anything.
%
%  See also GETAPPDATA, RMAPPDATA, ISAPPDATA.

%  Damian T. Packer, May 1998
%  Copyright 1984-2002 The MathWorks, Inc. 
%  $Revision: 1.7 $  $Date: 2002/04/10 17:06:26 $
%  Built-in function.
