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

    function n=cgnode(obj,p_cont,p,recurse)
%CGNODE Return a cgnode object
%
%  ND=CGNODE(E,CONTEXT,DATA,RECURSE) creates a cgnode object for the 
%  expression object E.  If RECURSE is set to 1, nodes
%  are created for children of the cgexpr such as normalisers
%  inside tables.  CONTEXT is a pointer to the node which we will
%  be part of.

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


% default action is not to generate a node for the object
n=[];