www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdryroot/getbest.m

    function con = getbest( root )
%GETBEST Get the best constraints for a Boundary Root Node
%
%  P = GETBEST( ROOT )

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

con = root.Best;