www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/+mbccrosssectiongui/@GraphView/resetSelection.m

    function resetSelection(obj)
%resetSelection Reset the current cell selection
%
%  resetSelection(OBJ) reset the current cell selection in the
%  data model to row 0 and column 0.

%  Copyright 2015 The MathWorks, Inc. and Ford Global Technologies, Inc.


resetSelectedCell(obj.DataModel);