Partie IV. Fonctions

Table des matières

add_profiling — Ajoute les instructions de "profiling" au code d'une fonction
bytecode — Etant donnée une fonction, retourne son pseudo code dans une variable Scilab et réciproquement.
bytecodewalk — parcourt le pseudo code d'une fonction en appliquant un traitement
exec — exécution d'un script (fichier de commandes)
execstr — exécution d'instructions Scilab contenues dans des chaînes de caractères
function — définition d'une fonction Scilab — fin de la définition d'une fonction Scilab
functions — procédures Scilab et objets Scilab
getd — chargement de toutes les fonctions contenues dans un répertoire
remove_profiling — Supprime les instructions de "profiling" du code d'une fonction
reset_profiling — remet à zéro les compteurs de profil du code d'une fonction
whereis — nom de la librairie contenant une fonction
deff — on-line definition of function
fun2string — generates ascii definition of a scilab function
genlib — build library from functions in given directory
get_function_path — get source file path of a library function
getf — defining a function from a file
head_comments — display scilab function header comments
lib — library definition
librarieslist — get scilab libraries
library — library datatype description
libraryinfo — get macros and path of a scilab library
listfunctions — properties of all functions in the workspace
macro — Scilab procedure and Scilab object
macrovar — variables of function
plotprofile — extracts and displays execution profiles of a Scilab function
profile — extract execution profiles of a Scilab function
recompilefunction — recompiles a scilab function, changing its type
showprofile — extracts and displays execution profiles of a Scilab function
varargin — variable numbers of arguments in an input argument list
varargout — variable numbers of arguments in an output argument list