1 function props(varargin)
\r
2 % Displays help on the properties of a xlinear object
\r
4 % Usage: props(xlinear)
\r
6 % Toolbox for nonlinear filtering.
\r
7 % Copyright (C) 2005 Jakob Rosén <jakob.rosen@gmail.com>
\r
9 % This program is free software; you can redistribute it and/or
\r
10 % modify it under the terms of the GNU General Public License
\r
11 % as published by the Free Software Foundation; either version 2
\r
12 % of the License, or (at your option) any later version.
\r
14 % This program is distributed in the hope that it will be useful,
\r
15 % but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
16 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
17 % GNU General Public License for more details.
\r
19 % You should have received a copy of the GNU General Public License
\r
20 % along with this program; if not, write to the Free Software
\r
21 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
\r
23 type xlinear/props.txt
\r
24 disp('This help can also be found in xlinear/props.txt');
\r