Scilab Function

genlib - build library from all functions in given directory

Sequence d'appel

genlib(lib-name [,dir-name])

Parametres

Description

For each .sci file in dir-name, genlib executes a getf and saves the functions to the corresponding .bin file. The .sci file must not contain anything but Scilab functions. If a .bin file is newer than the associated .sci file, genlib does not translate and save the file.

When all .sci files have been processed, genlib creates a library variable named lib-name and saves it in the file lib in dir-name.

RESTRICTIONS

Voir aussi