www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptim/@ResponseOptimizer/optimget.m

    %OPTIMGET  Return structure of optimization options.
%
%   OPTIMGET will be removed in a future release. Use the
%   sdo.OptimizeOptions command and new Simulink Design Optimization
%   command line interface instead.
%
%   OPT_SETTINGS=OPTIMGET(PROJ) returns the current optimization settings
%   object, OPT_SETTINGS, for the project PROJ. Use OPTIMSET to modify the
%   optimization options.
%
%   For a list of all possible settings and the values they can take, see
%   the documentation for the MATLAB function OPTIMSET.
%
%   Example:
%     proj = newsro('srotut1','Kint');
%     opt_settings = optimget(proj)
%   
%   See also ResponseOptimizer/optimset, ResponseOptimizer/simget,
%   ResponseOptimizer/simset.

%   Copyright 1986-2011 The MathWorks, Inc.