www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoptions/getParameters.m

    function paraminfo = getParameters(obj)
%GETPARAMETERS Return information about the optimization parameters.
%   GETPARAMETERS(OPTIONS) returns a structure array containing information
%   about the parameters that have been defined for the optimization.
%   Parameter information is returned in a structure with fields label,
%   typestr, value and displayname.  See the help for ADDPARAMETER for more
%   information on these fields.
%
%   See also CGOPTIMOPTIONS/ADDPARAMETER, CGOPTIMSTORE/GETPARAM.

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


paraminfo = obj.parameters;