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

    function pDisplay = getDisplayExpressions(obj)
%GETDISPLAYEXPRESSIONS Return list of display expressions
%
%  PDISPLAY = GETDISPLAYEXPRESSIONS(OBJ) returns a pointer vector of
%  pointers to all expressions that have been added to the list of
%  additional items being displayed in the tradeoff.

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


pDisplay = obj.GraphExpressions;