www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmodswitch/getInterpolate.m

    function Mode = getInterpolate(m)
%GETINTERPOLATE get interpolation mode for point-by-point model
%
% Mode = getInterpolate(m);

%  Copyright 2008 The MathWorks, Inc. and Ford Global Technologies, Inc.

Mode = m.Interpolate;