Global Index (short | long) | Local contents | Local Index (short | long)
idcmdld
IDCMDLD Set up System Identification demos for MATLAB Demo.
This function calls | This function is called by |
---|---|
function idcmdld % Copyright (c) 1986-98 by The MathWorks, Inc. % $Revision: 1.4 $ $Date: 1997/12/02 03:43:14 $ labelList = str2mat( ... 'Build simple models', ... 'Compare methods', ... 'Model structures', ... 'Spectrum estimation', ... 'Adaptive/Recursive', ... 'Segmentation of data', ... 'State-space models', ... 'Case studies'); nameList = str2mat( ... 'iddemo1', ... 'iddemo2', ... 'iddemo3', ... 'iddemo4', ... 'iddemo5', ... 'iddemo6', ... 'iddemo7', ... 'cs'); cmdlnwin(labelList,nameList);