%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fuzzy Toolbox for MATLAB, see CONTENTS.M for version info.    %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Note: This Fuzzy Toolbox was developed for MATLAB and Simulink, version
4.2. Some minor problems may be encountered when using it with MATLAB
versions 5.x. Please, report any bugs to the author (see contact address
at the end of this file).

Installation:

1) Create a subdirectory under your ....\MATLAB\TOOLBOX directory,
   call it whatever you like, for instance FT.

2) Unzip the zip file in this directory, including the subdirectories
   FTDEMOS and FTSIMUL.

3) Edit your STARTUP.M file to add the fuzzy toolbox directories in the
   PATH statement, for instance:

   addpath c:\MATLAB\TOOLBOX\FT ...
           c:\MATLAB\TOOLBOX\FT\FTSIMUL ...
           c:\MATLAB\TOOLBOX\FT\FTDEMOS

4) Start MATLAB and try the fuzzy toolbox demo called FTDEMO.

The Reference Guide is available as a PostScript file compressed in
FTMAN.ZIP. Copy this file to your hard disk and uncompress by:

                PKUNZIP FTMAN.ZIP

NOTE: The very last changes not (yet) included in the manual are:
        - Fuzzy set-theoretic operators AND, OR, and NOT were removed
          as they clash with MATLAB's logical operators introduced in
          version 5.x. Use AND_ZA, OR_ZA, and NOT_ZA instead.
        - Linguistic hedge PLUS.M was renamed to PLUSH.M for a similar
          reason as above.
        - From the Simulink demonstrations only the Mamdani and Sugeno
          controllers have been converted under Simulink 2.x. Some of
          the clickable buttons do not yet work properly. Generally,
          major revisions will be required for the Simulink part of the
          Fuzzy Toolbox.

Contact address: Robert Babuska
                 Delft University of Technology
                 Faculty of Information Technology and Systems
                 Control Engineering Laboratory
                 P.O. Box 5031, 2600 GA, Delft
                 tel: +31-15-2785117, fax +31-15-2786679
                 e-mail: R.Babuska@ITS.TUDelft.NL

