<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.4.2.3 $  $Date: 2004/02/06 00:23:03 $ -->
<demos>
   <name>System Identification</name>
   <type>toolbox</type>
   <icon>$toolbox/matlab/icons/matlabicon.gif</icon>
   <description><![CDATA[
<p>The System Identification Toolbox is a collection of MATLAB functions
for building models of systems and signals from observed data.</p>

<p>The toolbox supports all common methods for this, like AR, ARX,
ARMAX, Box-Jenkins, State-space models, etc. It also covers tailor-made linear
models of any internal structure, and handles systems with an arbitrary number
of inputs and outputs.</p>

<p>A convenient GUI covers most of the functions and gives the user
complete control over the models created during whole sessions.</p>
]]></description>
   <demoitem>
      <label>The Graphical User Interface</label>
      <callback>iduidemo(0)</callback>
   </demoitem>
   <demoitem>
      <label>Command-line demos</label>
      <callback>idcmdld</callback>
   </demoitem>
   <demoitem>
      <label>Simulink demo</label>
      <callback>iddemosl</callback>
   </demoitem>
</demos>
