www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@coninputfactor/getMax.m

    function mx = getMax(cif)
%GETMIN Get the maximum expected values for constraint input factors
%
%  MX = GETMIN(CIF)
%
%  See also CONBASE, CONINPUTFACTOR.

%  Copyright 2004-2005 The MathWorks, Inc.

mx = cif.Max;

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|