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

    function [slist,subOM]= suboptimMgrs(om);
% OPTIMMGRS/SUBOPTIMMGRS lsit of properties which are optimMgrs

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



isom= cellfun('isclass',{om.foptions.Value},'xregoptmgr');
slist= {om.foptions(isom).Param};
if nargout==2
    subOM= {om.foptions(isom).Value};
end