www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregoptmgr/setname.m

    function om= setName(om,NewName);
%XREGOPTMGR/SETNAME set name of optim mgr
%
% om= setName(om,NewName);

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


om.name= NewName;