Mark missing or irrelevant models in model array
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, then
voidModel
sets M(:,:,void)
to
NaN
.
If void
is a logical array, then
voidModel
sets the models selected by
void
to NaN
.