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

    function [out] = getstages(in)
%GETSTAGES The stages of the model that this boundary dev object is for
%
%   GETSTAGES(BR) is the number of stages for the boudray tree node object
%   BR. 
%  

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


% xregbdryroot objects hande the response feature
out = 0;