www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexpr/finishPropertyDialog.m

    function obj = finishPropertyDialog(obj, newobj)
%FINISHPROPERTYDIALOG Perform actions that complete a property edit.
%
%   OBJ = FINISHPROPERTYDIALOG(OBJ, NEWOBJ) is called when the user clicks
%   OK on the property dialog.  OBJ is the original object and NEWOBJ is
%   the edited version provided by the dialog.  The output object is
%   returned as the output of propertydialog.

%   Copyright 2006 The MathWorks, Inc.

obj = newobj;