www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgsurfview/@lineoptions/persist.m

    function s = persist(obj)
%PERSIST Returns a structure containing the options which should be saved
%
% s = obj.persist

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



s = struct('common_yrange',obj.common_yrange,'grid',obj.grid);