Linear Matrix Inequalities (LMIs) and LMI techniques have emerged as powerful design tools in areas ranging from control engineering to system identification and structural design. Three factors make LMI techniques appealing:
A variety of design specifications and constraints can be expressed as LMIs.
Once formulated in terms of LMIs, a problem can be solved exactly by efficient convex optimization algorithms (see LMI Solvers).
While most problems with multiple constraints or objectives lack analytical solutions in terms of matrix equations, they often remain tractable in the LMI framework. This makes LMI-based design a valuable alternative to classical “analytical” methods.
See [9] for a good introduction to LMI concepts. Robust Control Toolbox™ software is designed as an easy and progressive gateway to the new and fast-growing field of LMIs:
For users who occasionally need to solve LMI problems, the LMI Editor and the tutorial introduction to LMI concepts and LMI solvers provide for quick and easy problem solving.
For more experienced LMI users, LMI Lab, offers a rich, flexible, and fully programmable environment to develop customized LMI-based tools.
Robust Control Toolbox LMI functionality serves two purposes:
Provide state-of-the-art tools for the LMI-based analysis and design of robust control systems
Offer a flexible and user-friendly environment to specify and solve general LMI problems (the LMI Lab)
Examples of LMI-based analysis and design tools include
Functions to analyze the robust stability and performance of uncertain systems with
varying parameters (popov
, quadstab
, quadperf
...)
Functions to design robust control with a mix of H2,
H∞, and pole placement objectives
(h2hinfsyn
)
Functions for synthesizing robust gain-scheduled H∞
controllers (hinfgs
)
For users interested in developing their own applications, the LMI Lab provides a general-purpose and fully programmable environment to specify and solve virtually any LMI problem. Note that the scope of this facility is by no means restricted to control-oriented applications.
Robust Control Toolbox software implements state-of-the-art interior-point LMI solvers. While these solvers are significantly faster than classical convex optimization algorithms, you should keep in mind that the complexity of LMI computations can grow quickly with the problem order (number of states). For example, the number of operations required to solve a Riccati equation is o(n3) where n is the state dimension, while the cost of solving an equivalent “Riccati inequality” LMI is o(n6).