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

    function pUpdateSelection(obj, R, C)
%PUPDATESELECTION Update the current cell selection
%
%  PUPDATESELECTION(OBJ, R, C) updates the current cell selection in the
%  data model from the row R and column C.

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

obj.DataModel.selectCell(R, C);