www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexpr/getConnections.m

    function [pNode,pData,pDep]= getConnections(V)
%GETCONNECTIONS get connections for data dictionary
%
% [pNode,pData,pDep]= getConnections(N)

%  Copyright 2007-2008 The MathWorks, Inc. 

pNode = xregpointer;
pData = address(V);
pDep = {getDependentPtrs(V)};