* sciFLT TOOLBOX
This is the Revision 0.1 of sciFLT toolbox.
By Jaime Urzua Grez
mailto:jaime_urzua@yahoo.com
http://es.geocities.com/jaime_urzua/sciflt/main.html

sciFLT is a Fuzzy Logic Toolbox for scilab.

* BUILD AND LOAD
The build is very simple, just type in scilab:

 exec("sciFLT_Path/builder.sce")

 To load just type in scilab:
 
 exec("sciFLT_path/loader.sce");

 NOTES:
 a) sciFLT_Path is where this file is.
 b) You need fortran and C compiler, also, scilab must be builded with tk/tcl option to use internal editor.
 c) I try to build with LCC but I have problems ?? -> HELP ME!

* EXAMPLES and DEMOS
 To see some examples type in scilab:

 sciFLTdemo();

* CHARACTERISTICS
Types of Fuzzy Logic systems:
 At this stage, sciFLT can deal with Takagi-Sugeno Fuzzy and Mamdani fuzzy systems.

SCICOS support (IN PROGRESS)
 Member functions, S-Norm, T-Norm, Complement and Fuzzy Logic System (fls) are supported. Also include a palette.

S-Norm Class supported:
 Dubois-Prade
 Yager
 Drastic sum
 Einstein sum
 Algebraic sum
 Maximum

T-Norm Class supported:
 Dubois-Prade
 Yager
 Drastic product
 Einstein product
 Algebraic product
 Minimum

Complement Class supported:
 One
 Yager
 Dubois

Member Function:
 Triangular
 Trapezoidal
 Gaussian
 Extended Gaussian
 Sigmoidal
 Product of two Sigmoidal
 Difference of two sigmoidal
 S-Shaped
 Z-Shaped
 Pi-Shaped

* REVISION NOTES:
 This toolbox was tested only in a Windows Box ... In a Linux box must work too ?
 This revision is experimental, so you can find some bugs, feel free to send me it with an example and explanation to fix.
 The tk/tcl editor is in the develop stage, so you can find a lot of bugs.


Copyright (c) 2004 Jaime Urzua Grez
 
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.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

