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

    function addExtrap = getAddExtrap(obj)
%GETADDEXTRAP Get the add extrapolation flag
%
%   ADDEXTRAP = GETADDEXTRAP(OBJ) returns a boolean flag which indicates
%   whether the extrapolation mask of the tables will be updated by OBJ or
%   not.
%
%   See also CGOPTIMTABLEFILLER/SETADDEXTRAP

%   Copyright 2006 The MathWorks, Inc.

addExtrap = obj.addextrap;