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

    function varargout= getConstraints(om);
% XREGOPTMGR/SETCONSTRAINTS
% 
%  [LB,UB,A,c,nlcon]= getConstraints(om);

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




varargout= struct2cell(om.Constraints);