Contenuto principale

ceval

Evaluate boundary model

Description

C = ceval(Model,X) evaluates the boundary model constraints at input values X.

Input Arguments

collapse all

Model, specified as an mbcmodel.model object.

Model inputs, provided as an (N-by-NF) array, where NF is the number of inputs and N the number of model evaluation points.

Output Arguments

collapse all

Evaluated boundary model, specified as an mbcmodel.model object. C less than 0 indicates the pint is inside the constraint.

Version History

Introduced in R2010a