Download this file

15 lines (11 with data), 402 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
function varargout = get( ~, ~ ) %#ok<STOUT>
%uiextras.get Retrieve a default property value from 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( 2, 2 )
% Error
error( 'uiextras:Deprecated', 'uiextras.get has been removed.' )
end % uiextras.get