www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgdatasetgui/@table/refresh.m

    function refresh(obj)
%REFRESH Refresh the display of the current dataset
%
%  REFRESH(OBJ) refreshes the display of the current dataset.  This method
%  can be called if data has altered or the number of points has changed
%  but the structure of the columns has not.  If the columns have altered,
%  use SETDATASET instead.

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



obj.Peer.changeRowCount(get(obj.DatasetPointer.info, 'numpoints'));