www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgtradeoff/getExtrapolationMask.m

    function mask = getExtrapolationMask(obj)
%GETEXTRAPOLATIONMASK Return extrapolation mask for tradeoff tables
%
%  MASK = GETEXTRAPOLATIONMASK(OBJ) returns the mask that should be applied
%  to the tables in this tradeoff when extrapolating.

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


mask = logical(obj.fillMask);