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

    function numlab = getNumNonlconLabels(optimstore)
%GETNUMNONLCONLABELS Return the number of nonlinear constraint labels
%   NUMLAB = GETNUMNONLCONLABELS(OPTIMSTORE) returns the number
%   of constraint labels in the optimization
%   
%   See also: CGOPTIMSTORE/GETNUMNONLCON

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


numlab = length(getNumNonlcon(optimstore.OptimRunner));