Documentation of demos


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

tbxStruct  = demos

Help text

DEMOS Returns demo information to the MATLAB Demo.

Cross-Reference Information

This function calls

Listing of function demos

function tbxStruct  = demos

% Copyright (c) 1986-98 by The MathWorks, Inc.
% $Revision: 1.6 $  $Date: 1997/12/02 03:39:53 $

if nargout == 0, demo toolbox; return; end

tbxStruct.Name='System Identification';
tbxStruct.Type='Toolbox';
tbxStruct.Help={ ...
       ' The System Identification Toolbox is a collection '
       ' of MATLAB functions for building models of systems '
       ' and signals from observed data. '
       ' '
       ' 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. '
       ' '
       ' A convenient GUI covers most of the functions and gives '
       ' the user complete control over the models created during '
       ' whole sessions. '};
 tbxStruct.DemoList = { ...
       ' The Graphical User Interface',       'iduidemo(0)','';
       ' Command-line demos',                 'idcmdld','';
       ' ARX model estimator demo','simident','SIMULINK'};