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

    function copy(obj)
%COPY Copy selected table data to clipboard
%
%  COPY(OBJ) copies the currently selected region of data to the clipboard.

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


obj.hTable.Peer.copy;