Documentation

showlmi

evaluatio后返回LMI的左右n of all variable terms

Syntax

[lhs,rhs] = showlmi(evalsys,n)

Description

For given values of the decision variables, the functionevallmievaluates all variable terms in a system of LMIs. The left and right sides of then-th LMI are then constant matrices that can be displayed withshowlmi. Ifevalsysis the output ofevallmi, the valueslhsandrhsof these left and right sides are given by

[lhs,rhs] = showlmi(evalsys,n)

An error is issued ifevalsysstill contains variable terms.

Examples

See the description ofevallmi.

See Also

|

Introduced before R2006a

Was this topic helpful?