<?xml version="1.0" encoding="utf-8"?>
<!-- Author(s): Rajiv Singh -->
<!-- $Revision: 1.1.6.2 $ -->
<!-- $Date: 2004/08/25 19:09:32 $ -->
<demos>
  <name>Robust Control</name>
  <type>toolbox</type>
  <icon>$toolbox/matlab/icons/matlabicon.gif</icon>
  <description><![CDATA[
<p>The Robust Control Toolbox contains tools for
  <ul>
<li>Modeling uncertainty in feedback control systems, including 
model errors, unmodeled dynamics, parameters that vary during the 
lifespan of the product, and uncertain pole/zero locations</li>
 <li> Quantifying how model uncertainty and parameter 
variations impact the control system performance</li>
<li> Designing robust multi-input, multi-output controllers</li>
<li> Computing low-order approximations of complex plant models and high-order controllers. </li>
</p>
 ]]></description>

<demosection>
<label>Uncertainty Modeling and Robustness Analysis</label>
<demoitem>
  <label>Robustness of Servo Controller for DC Motor</label>
  <file>html/dcmotor_demo.html</file>
  <callback>dcmotor_demo</callback>
</demoitem>

 <demoitem>
   <label>Building and Manipulating Uncertain Models</label>
   <file>html/uss_demo.html</file>
   <callback>uss_demo</callback>
 </demoitem>

 <demoitem>
   <label>Robust Stability and Mu Analysis</label>
   <file>html/mu_demo.html</file>
   <callback>mu_demo</callback>
 </demoitem>

<demoitem>
   <label>Getting Reliable Estimates of Robustness Margins</label>
   <file>html/caution_demo.html</file>
   <callback>caution_demo</callback>
 </demoitem>

</demosection>

<demosection>
<label>Robust Controller Design</label>
 <demoitem>
   <label>Loop Shaping of HIMAT Pitch Axis Controller</label>
   <file>html/loopsyn_demo.html</file>
   <callback>loopsyn_demo</callback>
 </demoitem>

 <demoitem>
   <label>Control of a Two-Tank System</label>
   <file>html/tank_demo.html</file>
   <callback>tank_demo</callback>
 </demoitem>

<demoitem>
  <label>Control of F-14 Lateral Axis (mu-Synthesis)</label>
   <file>html/f14control_demo.html</file>
   <callback>f14control_demo</callback>
</demoitem>

</demosection>

<demosection>
 <label>Model Order Reduction</label>
  <demoitem>
   <label>Simplifying Higher-Order Plant Models</label>
   <file>html/model_reduction_demo.html</file>
   <callback>model_reduction_demo</callback>
 </demoitem>
</demosection>

</demos>
