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

    function data=copy(nd)
% COPY  Return copied data from node
%
%  DATA=COPY(NODE) returns copied data from a node.  This may
%  be string or numeric data.
%

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



data=[];