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

    function pExpr = getExpression(obj)
%GETEXPRESSION Get the constraint expression
%
%  PEXPR = GETEXPRESSION(OBJ) returns the expression pointer that this
%  constraint item is summing.  This will be a null pointer if no
%  expression has been set yet.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


pExpr = obj.Expression;