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

    function n=tablenode(node,p)
%TABLENODE Create an appropriate table node
%
%  n = TABLENODE(n,p_tbl) creates a tradeofftblnode for p_tbl.

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


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