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

    function conLabels = getNonlcon(obj)
%GETNONLCON Return the nonlinear constraint labels 
%   CONLABELS = GETNONLCON(OPTIMSTORE) returns the labels for the nonlinear
%   constraint functions in optimization. These labels are those found in
%   the CAGE GUI for the optimization nonlinear constraints.
%
%   See also: CGOPTIMRUNNER/GETNUMNONLCON. 

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


% Get the nonlinear constraints
conLabels = pGetConstraintNames(obj, 'nonlinear');