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

    function [con, src] = getAllBoundaries(mdev)
%GETALLBOUNDARIES Get all boundary consrtaints from a model dev.
%
%   [CON, SRC] = GETALLBOUNDARIES( TP )
%
%   CON will be a cell array of constraint objects
%   SRC will a cell-string of names of the locations in the tree of the
%   boundary constraints.
%
%   See also: MDEVTESTPLAN/GETALLBOUNDARIES, MDEVPROJECT/GETALLBOUNDARIES.

%   Copyright 2005 The MathWorks, Inc.

con = {};
src = {};