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

    function paste(nd,data)
% PASTE  Paste data to a node
%
%  PASTE(NODE,DATA) pastes the given data into the node.
%

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


c = cgbrowser;
d = c.getViewData(guid(nd));
d.GUI.TableView.paste;