lmiterm
Specify term content of LMIs
Description
lmiterm(
specifies the content of one term of a linear matrix inequality (LMI) system.
LMI terms are the additive elements in the block-matrix
expression of an LMI. Before using termID
,A
,B
)lmiterm
, initialize the LMI
description with setlmis
and declare the matrix
variables with lmivar
. Then, add terms one at a time
to the current LMI system, using lmiterm
once for each term.
An LMI term can be one of the following entities:
Outer factors that multiple an LMI matrix as a whole.
Variable terms of the form AXB or AXTB, where X is a matrix variable and A and B are given matrices called the term coefficients. These variable terms are combined and positioned in blocks to form the matrix inner factors.
Constant terms, fixed matrices that appear within one or more blocks of the matrix inner factors.
Examples
Input Arguments
Version History
Introduced before R2006a