www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@View/serializeView.m

    function out = serializeView(obj)
%SERIALIZEVIEW Get serializable setup data for the view
%
%  OUT = SERIALIZEVIEW(OBJ) retuns a MATLAB array that contains the setup
%  data that will allow this view to be recreated via the deserializeView
%  function in the future.  Typically this function will return a cell
%  array of property names and values, however any MATLAB array type is
%  allowed.

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


out = [];