# ----------------------------------------------------------------------
# DEMOS AND EXAMPLE TABLE
# ----------------------------------------------------------------------
# This file is part of sciFLT ( Scilab Fuzzy Logic Toolbox )
# Copyright (C) 2004 Jaime Urzua Grez
# mailto:jaime_urzua@yahoo.com
# Toolbox Revision 0.1 -- 2004/10/05
# ----------------------------------------------------------------------
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# ----------------------------------------------------------------------

# MEMBER FUNCTION GALLERY
<it>mf Gallery
<de>This example draw all member function supported by sfiFLT.
<cm>flt_mfgallery.sce

# S-NORM GALLERY
<it>S-Norm Gallery
<de>This example show the S-Norm composition using two inputs. The inputs are maped as (x,y) pairs and the S-Norm as z component.
<cm>flt_snorm.sce

# T-NORM GALLERY
<it>T-Norm Gallery
<de>This example show the T-Norm composition using two inputs. The inputs are maped as (x,y) pairs and the T-Norm as z component.
<cm>flt_tnorm.sce

# DEFUZZIFICATION GALLERY
<it>Defuzzification Gallery
<de>This example show a example of Mamdani defuzzification method. The result is show in a graphic.
<cm>flt_defuzzm.sce

# FUZZY APPROXIMATION 1
<it>Function Fuzzy Approximation 1
<de> This example show the fuzzy approximation of a function with 1 input and 1 output. The number of partitions change to show the error.
<cm>flt_fuzzap1.sce

# FUZZY APPROXIMATION 2
<it>Function Fuzzy Approximation 2
<de> This example show the fuzzy approximation of a function with 2 inputs and 1 output. The number of partitions change to show the error.
<cm>flt_fuzzap2.sce

# IMPORTED MATLAB
<it>FIS Imported
<de>This example import a fis structure generated by Matlab and show a simple gallery of defuzzyfication method.
<cm>flt_tiptest.sce

# NORMALIZED PID
<it>Normalized PID
<de>This example show a fuzzy PID output surface.
<cm>flt_npid.sce

# TUNE CONSECUENTS
<it>Tune consecuents
<de>
<cm>flt_tunecon1.sce

# TUNE CONSE
<it>Box and Jenkins Fuzzy Approx
<de>This example show a fuzzy approximation.
<cm>flt_bj.sce

# SIMPLE SCICOS EXAMPLE
<it>Scicos 1
<de>This is a simple example how to use member functions in scicos.
<cm>flt_scicos1.sce

# SIMPLE SCICOS EXAMPLE
<it>Scicos 2
<de>This is a simple example how to use fls block in scicos. The goal of this example is approximate the function f(x)=sin(x)*cos(3*x)
<cm>flt_scicos2.sce

# SIMPLE SCICOS EXAMPLE
<it>Scicos Ball and Beam
<de>The classic ball and beam but with a fuzzy controller.
<cm>flt_scicos3.sce

