Initialize description of LMI system
setlmis(lmi0)
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
.