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

    function paste(obj)
%PASTE Paste selected table data from the clipboard
%
%  PASTE(OBJ) copies date from the clipboard into the currently selected
%  region of the table.

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


obj.hTable.Peer.paste;