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

    function [pNode,pData,pDep]= getConnections(N)
%GETCONNECTIONS get connections for tradeoff node
%
% [pNode,pData,pDep]= getConnections(N)

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

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