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

    function root = setboundarydata(root, TPPtr)
%SETBOUNDARYDATA Set the BoundaryData object from a testplan in the xregbdryroot
%
%   SETBOUNDARYDATA(OBJ, TPPtr)
%   TP must be the address of the test plan pointer
%
%   See also XREGBDRYGUI.EDITOR.

%   Copyright 2012 The MathWorks, Inc. and Ford Global Technologies, Inc.
root.BoundaryData = TPPtr;
xregpointer(root);