www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregexportmodel/cgnode.m

    function n=cgnode(obj,p_cont,p,recurse)
%CGNODE  return a cgnode object
%
%  ND=CGNODE(E,PTR_CONTEXT,PTR_E,RECURSE) creates a cgnode object for the 
%  expression object E, containing the data PTR_E (normally
%  a pointer to E).  If RECURSE is set to 1, nodes
%  are created for children of the expr such as normalisers
%  inside tables.
%

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



n=[];

% No recursion is possible in model objects