www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgoptimnode/getptrs.m

    function p = getptrs(nd)
%GETPTRS Return all pointers held by the object
%
%  P = GETPTRS(OBJ) returns a (1-by-N) vector containing all of the
%  pointers that the object is holding.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


p = [getptrs(nd.cgcontainer), nd.OutputData];