
INSTALLATION GUIDE
------------------

Before you install or use the IFR_fuzzy toolbox
read the license file in the directory IFRfuzzy/manual.


            Listing of the files in IFR_fuzzy
            ---------------------------------
demo:
demo.txt       f__init.m      f__state.m
f__fc.m        f__simul.m     temp_demo.mat

manual:
Manual.txt   install.txt  license.txt

templates:
README      f__deq.m    f__fc.m     f__init.m   f__simul.m  f__state.m

toolbox:
add.m           dshow.m         indef.m         oder.c          showvar.m
analyse.c       editrule.m      inferenz.c      operator.c      sub.m
chsgn.m         editrule_pc.m   init.m          outdef.m        talevel.m
colid.m         editset.m       init2.m         prepare.m       tshow.m
cop.m           evaluate.c      lingus.m        r2d.m           tunfuzzy.m
copy4.m         exit_button.m   lnf.m           reciproc.m      und.c
copy5.m         exit_button1.m  makerule2.m     rh.m            unfuzzy1.c
d2r.m           expf.m          makerule3.m     ruledef.m       unfuzzy2.m
designrule.m    ext_ana.c       makeset.m       safety.m
discret.m       ext_inf.c       makeset_pc.m    showrule.m
div.m           helpshow.m      mul.m           showset.m



               Compilation of the C-Routines
               -----------------------------
	       
The C-Routines have been tested on Unix-Systems (SGI and IBMRS6000) and on a PC (with PC-Matlab). The included version has been designed for use on a Unix-System. If you use them on another system, you might have to adapt the path of the "cmex.h" include-file, (in the header of the C-source files,
that's all (I hope).
The C-Routines work with Matlab Version 3.5. To compile them for Matlab4.0 use the cmex option "-v3.5":
      $ cmex -v3.5 -v *.c

Invoke Matlab, adjust the MatlabPath and enjoy...
