                Control Kit for Scilab
                ======================
A graphics based tool for designing SISO systems by Sotin Larionescu.


Information about ControlKit can be found at
www.geocities.com/larionescu

LICENSE
=======

GNU

Installation
============
We Suppose here that <PATH> stands for  the path of the directory
containing this README file
Should execute the following instruction within Scilab:

        exec <PATH>\loader.sce
        
before using the toolbox.
It is also posibile to put it in .scilab startup file for automatic loading.
        
        

Contents
========
README             : this file
CHANGES		   : Some changes and bug fix reports
KNOWN_BUGS	   : Couldn't fix these! 	
ACKNOWLEDGMENT	   : For help received from various quarters.		
loader.sce         : installation script
builder.sce        : script for buliding library
macros             : directory of Scilab functions
     *.sci         : source versions
     *.bin         : precompiled binary versions (generated)
     names         : table of functions (generated)
     lib           : scilab library binary save (generated)
     man           : directory for help.
     *.cat         : formatted text files for Scilab ver. 2.6 and below.
     *.htm	   : formatted html files for Scilab ver. 2.7 and above.
     whatis        : short function description 
	

