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

    function deserializeView(obj, data)
%DESERIALIZEVIEW Set saved state data
%
%  DESERIALIZEVIEW(OBJ, DATA) sets a copy of the serialized state of this
%  View.  DATA is a MATLAB array that will have been created by a
%  previous call to SERIALIZEVIEW on this View object.

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

 deserialize(obj.DataModel,data);