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

    function name = getName(obj)
%GETNAME Get the current name label for the optimization function.
%   NAME = GETNAME(OPTIONS) returns the current name label, NAME, for the
%   user-defined optimization function.
%
%   See also CGOPTIMOPTIONS/SETNAME.

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


name = obj.name;