Scilab is divided into a set of directories. The main directory
SCIDIR contains the following files: scilab.star (startup file), the
copyright file notice.tex, and the configure files
(see(1.3)).
The subdirectories are the following:
help communications for a detailed description).
GeCI is used for the link of Xmetanet with Scilab.
To add new items to the help and apropos commands
the user can extend the list of directories available to the help
browser by adapting the variable %helps.
See the README file in the man directory and the example
given in examples/man-examples directory
addinter-tutorial). More complex examples are given
in addinter-examples. The directory mex-examples
contains examples of interfaces realized by emulating the Matlab
mexfiles. The directory link-examples illustrates the use of
the call function which allows to call external function within
Scilab.