www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffnode/getHiddenExpressions.m

    function pExpr = getHiddenExpressions(obj)
%GETHIDDENEXPRESSIONS Return list of expressions that will not be plotted
%
%  GETHIDDENEXPRESSIONS(OBJ) returns the list of expressions that the user
%  has chosen not to have plotted.  This list contains inputs and outputs.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


pExpr = obj.GraphHideExpressions;