Main Content
showlmi
Return left and right sides of LMI after evaluation of all variable terms
Syntax
[lhs,rhs] = showlmi(evalsys,n)
Description
For given values of the decision variables, the function evallmi
evaluates all variable terms in a system of LMIs. The left and right sides of the n-th LMI are then constant matrices that can be displayed with showlmi
. If evalsys
is the output of evallmi
, the values lhs
and rhs
of these left and right sides are given by
[lhs,rhs] = showlmi(evalsys,n)
An error is issued if evalsys
still contains variable terms.
Examples
See the description of evallmi
.
Version History
Introduced before R2006a