Main Content

setlmis

Initialize description of LMI system

    Description

    setlmis([]) initializes the internal representation of a new LMI system. After you use this command, describe the LMI system using lmivar and lmiterm.

    setlmis(lmi0) adds to an existing LMI system. After you invoke this syntax, subsequent lmivar and lmiterm commands add new variables and terms to the LMI system lmi0.

    Input Arguments

    collapse all

    LMI system to add to, specified as a vector. After defining the LMI system in MATLAB® as described in Specify LMI System at the Command Line, use getlmis to get this vector representation of the system.

    Version History

    Introduced before R2006a