www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgtabgradconstraint/getItem.m

    function pItem = getItem(obj)
%GETITEM Return the item to be constrained
%
%   pItem = GETITEM(OBJ) returns the item (variable or model) that will be
%   constrained by OBJ.
%
%   See also CGTABGRADCONSTRAINT/SETITEM

%   Copyright 2006-2009 The MathWorks, Inc.

pItem = obj.pItem;