主要内容

EvalModel

Evaluate model

Description

Y = EvalModel(Model,X) evaluates the model 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 model, specified as an mbcmodel.model object.

Version History

Introduced in R2010a