voidModel
Mark missing or irrelevant models in model array
Syntax
Description
sets the models specified by Mout
= voidModel(M
,void
)void
to NaN
static gains. When working with model arrays defined on a multidimensional grid of
design points, use voidModel
to indicate that no model is
available at specific grid points. For example, when using systune
to tune controller parameters for a model array, remove models at points
outside the design envelope or points to be ignored during analysis or
design.
If
void
is a vector of integers, thenvoidModel
setsM(:,:,void)
toNaN
.If
void
is a logical array, thenvoidModel
sets the models selected byvoid
toNaN
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b