Main Content

getlmis

Get internal description of LMI system

    Description

    lmisys = getlmis returns the internal representation of an LMI system. After you complete the description of an LMI system using lmivar and lmiterm, use this syntax to obtain the MATLAB® representation of the system. You can pass lmisys to the LMI solvers or other LMI-lab functions for further processing.

    Output Arguments

    collapse all

    LMI system representation, returned as a vector that encodes the LMI in a way that is interpretable by LMI-lab functions.

    Version History

    Introduced before R2006a