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
voidis a vector of integers, thenvoidModelsetsM(:,:,void)toNaN.If
voidis a logical array, thenvoidModelsets the models selected byvoidtoNaN.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b