www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@fitalgorithm/SetupDialog.m

    function  [OPT,OK] = SetupDialog(OPT)
%SETUPDIALOG setup dialog for fit algorithm
%
% [OPT,OK] = SETUPDIALOG(F)
%
% See also mbcmodel.fitalgorithm.CreateAlgorithm

%  Copyright 2006 The MathWorks, Inc. 

[OPT.Object,OK] = gui_setup(OPT.Object,'figure');