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

    function tf = canRemoveBest(bdev)
%CANREMOVEBEST 
%
%  TF = CANREMOVEBEST(BDEV)
%
%  See also XREGBDRYNODE, XREGBDRYNODE/CANREMOVEBEST.

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

tf = isbest( bdev );

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