Download this file

15 lines (11 with data), 377 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
function set( ~, ~, ~ )
%uiextras.set Store a default property value in a parent object
%
% This functionality has been removed.
% Copyright 2009-2014 The MathWorks, Inc.
% $Revision: 979 $ $Date: 2014-09-28 14:26:12 -0400 (Sun, 28 Sep 2014) $
% Check inputs
narginchk( 3, 3 )
% Warn
warning( 'uiextras:Deprecated', 'uiextras.set has been removed.' )
end % uiextras.set