|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
y = nEvaluateNonlcon(optimstore, x) Y = nEvaluateNonlcon(optimstore, x, itemNames)
Natural evaluation of optimization nonlinear constraints. A method of cgoptimstore.
Y = nEvaluateNonlcon(optimstore, x) evaluates all of the optimization nonlinear constraints at the free variable values X. X must be a (NPoints-by-NFreeVar) matrix where NPoints is the number of points to be evaluated and NFreeVar is the number of free variables in the optimization. The raw values of the constraints are returned in Y, which is of size (NPoints-by-NItems) where NItems is the number of nonlinear constraints in the optimization.
Y = nEvaluateNonlcon(optimstore, x, itemNames) evaluates the nonlinear constraints specified in the cell array of strings, itemNames, at the free variable values X. The raw values of the constraints are returned in Y, which is of size (NPoints-by-NItems) where NItems is the number of nonlinear constraints listed in itemNames.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |