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

    function out = getstages( br )
%GETSTAGES Access to the Stages field. 
%
%  GETSTAGES(BR) is the number of stages for the boudray subtree root
%  object BR.

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


out = br.Stages;