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

    function mn = getMin(cif)
%GETMIN Get the mininum expected values for constraint input factors
%
%  MN = GETMIN(CIF)
%
%  See also CONBASE, CONINPUTFACTOR.

%  Copyright 2004-2005 The MathWorks, Inc.

mn = cif.Min;

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