LMI Editor
Specify or display systems of LMIs as MATLAB expressions
Description
The LMI Editor is an interactive tool for the symbolic specification of LMI problems.
Using this tool, you can:
Describe LMI variables and LMI systems in terms of MATLAB® expressions instead of manually using the
lmivar
andlmiterm
commands.Visualize the equivalent sequence of
lmivar
andlmiterm
commands that describe the LMI system.Display the symbolic expression of the LMI system produced by a particular sequence of
lmivar
andlmiterm
commands.Save the symbolic description of the LMI system and load a saved description.
Write to a file or read from a the sequence of
lmivar
andlmiterm
commands needed to specify a particular LMI system .Generate the internal representation of the LMI system. The LMI Editor writes the result in a MATLAB variable. You can pass this workspace variable directly to the LMI solver commands or any other LMI command.
Open the LMI Editor
MATLAB command prompt: Enter
lmiterm
.
Examples
Tips
Editable text areas have built-in scrolling capabilities. To activate the scroll mode, click in the text area, maintain the mouse button down, and move the mouse up or down. The scroll mode is only active when all visible lines have been used.
Version History
Introduced before R2006a