<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6.2.5 $  $Date: 2004/08/17 21:33:19 $ -->
<demos>
   <name>Control System</name>
   <type>toolbox</type>
   <icon>$toolbox/matlab/icons/matlabicon.gif</icon>
   <description isCdata="no">
<p>The Control System Toolbox is a collection of functions for the
modeling, analysis, and design of automatic control systems.  It provides
classical tools such as Bode plots, Nichols plots, or root locus, as well as
modern techniques such as state-space LQG or pole placement design.</p>

<p>Custom data structures allow for compact representation and easy
manipulation of LTI models.  The Toolbox contains functions to analyze model
dynamics (poles, zeros, gain), plot time and frequency responses, discretize
models, connect systems together, and design static or dynamic feedback
compensators.</p>
   </description>

    <demosection>
      <label>Interactive Demos</label>
      <demoitem>
         <label>RLC Circuit Response</label>
         <callback>rlcdemo</callback>
      </demoitem>
      <demoitem>
         <label>Gain and Phase Margins</label>
         <callback>margindemo</callback>
      </demoitem>
      <demoitem>
         <label>Notch Filter Discretization</label>
         <callback>notchdemo</callback>
      </demoitem>
   </demosection>

   <demosection>
      <label>Tutorials</label>
      <demoitem>
         <label>Getting Started with LTI Models</label>
         <file>html/GSLTIMain.html</file>
         <callback>ltidemo</callback>
      </demoitem>
      <demoitem>
         <label>Model Analysis</label>
         <callback>respdemo</callback>
      </demoitem>
      <demoitem>
         <label>Do's and Don'ts</label>
         <file>html/DoDontMain.html</file>
         <callback>numdemo</callback>
      </demoitem>
   </demosection>

   <demosection>
      <label>GUI Demos</label>
      <demoitem>
         <label>Web-Based Demos</label>
         <callback>web http://www.mathworks.com/products/control/demos.shtml -browser;</callback>
      </demoitem>
   </demosection>

   <demosection>
      <label>Case Studies</label>
      <demoitem>
         <label>DC Motor Control</label>
         <callback>dcdemo</callback>
      </demoitem>
      <demoitem>
         <label>Feedback Amplifier Design</label>
         <file>html/opampdemo.html</file>
         <callback>playshow opampdemo</callback>
      </demoitem>
      <demoitem>
         <label>Digital Servo Control of Disk Drive</label>
         <file>html/diskdemocodepad.html</file>
         <callback>playshow diskdemo</callback>
      </demoitem>
      <demoitem>
         <label>Yaw Damper for a 747 Aircraft</label>
         <callback>jetdemo</callback>
      </demoitem>
      <demoitem>
         <label>Heat Exchanger Control  (sim)</label>
         <callback>heatex</callback>
         <dependency>Simulink</dependency>
      </demoitem>
      <demoitem>
         <label>Steel Beam Thickness Control  (sim)</label>
         <callback>milldemo</callback>
      </demoitem>
      <demoitem>
         <label>Kalman Filter Design</label>
         <file>html/kalmdemocodepad.html</file>
         <callback>kalmdemo</callback>
      </demoitem>
   </demosection>

</demos>
