www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@Table1D/clearSelection.m

    function clearSelection(obj)
%CLEARSELECTION Clears the current selection in the table
%
%  CLEARSELECTION(OBJ) clears any current selection in the table.

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


obj.Peer.clearSelection;