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

    function out = isPreserved(obj)
%ISPRESERVED Check whether node should be held or overwritten.
%
%   OUT = ISPRESERVED(OBJ) returns true if the output data in the node
%   should not be overwritten with new optimization outputs.

%   Copyright 2006 The MathWorks, Inc.


out = obj.Preserve;