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

    function selectRows(obj, R)
%SELECTROWS Select a set of rows in the table
%
%  SELECTROWS(OBJ, R) marks the rows indicated by the indices R as
%  selected.  The indices are taken as being in the data model coordinate
%  system.

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


obj.Peer.selectModelRows(R-1);