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

    function file = getfunctionfile(optim)
%GETFUNCTIONFILE Return the name of the optimization function
%
%  FILE = GETFUNCTIONFILE(OPTIM) returns the function files that has been
%  set as the current optimization function.

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


file = optim.fname;