Main Content

setlmis

Initialize description of LMI system

Syntax

setlmis(lmi0)

Description

Before starting the description of a new LMI system with lmivar and lmiterm, type

setlmis([])

to initialize its internal representation.

To add on to an existing LMI system, use the syntax

setlmis(lmi0)

where lmi0 is the internal representation of this LMI system. Subsequent lmivar and lmiterm commands will then add new variables and terms to the initial LMI system lmi0.

Version History

Introduced before R2006a