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

    function obj = setGraphError(obj, bGEStatus)
%SETGRAPHERROR Enable/Disable display of error on graphs
%
%  OBJ = SETGRAPHERROR(OBJ, DISPERROR) where DISPERROR is a boolean
%  true/false flag, sets the display of error lines on graphs on or off.

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


obj.GraphDisplayError = bGEStatus;

% Update heap copy
xregpointer(obj);