www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregfittree/getupperbdry.m

    function upperbdry = getupperbdry( Tree, panel )
%XREGFITTREE/GETUPPERBDRY Get the upper boundary incidence vector
%  GETUPPERBDRY(T,PANEL) returns the upper boundary incidence vector for the 
%  given PANEL.
%
%  See also XREGFITTREE.

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


upperbdry = Tree.UpperBdry(panel,:);

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