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

    function n=tablenode(featnode,p)
%TABLENODE  Create an appropriate table node
%
%  n=tablenode(n,p_tbl)
%

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



% create a table node that is tailored for feature usage
n=cgfeattblnode(p);