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

    function out = getnumstages( br )
%GETNUMSTAGES Access to the NumStages field. 
%
%  GETNUMSTAGES(BR) is the number of stages for the boudray tree root
%  object BR.

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


out = br.NumStages;