lmivar
Specify matrix variables in LMI problem
Description
defines a new matrix variable in the LMI system currently described. The array
X
= lmivar(type
,structure
)structure
specifies the structure of the variable. The optional
output X
is an identifier that can be used for subsequent reference to
the variable. Before using lmivar
to create any variables, initialize
the LMI system using setlmis
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a